Hi,
My first post here. I'm looking at 5 cross-sectional SMART nutrition surveys, two from 2015 (AN and AW counties in November) and three from 2015 (AN and AW in November, and AN in April also). I have 42-44 clusters in each survey. The clusters chosen are different in each year.
I think I need to use the svyset command to analyse my data correctly.
I think it should be as follows:
svyset cluster [pw=weight], strata (strata)
My cluster is the cluster variable in the data set, the PW I think is the total number of villages divided by the number of villages chosen for clusters (i.e. 305/44) but I'm not sure what the strata should be?
Each of my surveys is in a separate dataset, could I put them all in one dataset and recode the clusters so they're all unique numbers and then use year as my strata? Can I do this if the clusters are different each year?
Thanks in advance!
Ciara
My first post here. I'm looking at 5 cross-sectional SMART nutrition surveys, two from 2015 (AN and AW counties in November) and three from 2015 (AN and AW in November, and AN in April also). I have 42-44 clusters in each survey. The clusters chosen are different in each year.
I think I need to use the svyset command to analyse my data correctly.
I think it should be as follows:
svyset cluster [pw=weight], strata (strata)
My cluster is the cluster variable in the data set, the PW I think is the total number of villages divided by the number of villages chosen for clusters (i.e. 305/44) but I'm not sure what the strata should be?
Each of my surveys is in a separate dataset, could I put them all in one dataset and recode the clusters so they're all unique numbers and then use year as my strata? Can I do this if the clusters are different each year?
Thanks in advance!
Ciara
Comment