Hello,
I have datasets from 2 household surveys conducted in the same area 3 years apart. The sampling design (stratified cluster sample) was the same for both surveys, but sampling was independent so as to get representative estimates at each timepoint (ie not a panel survey). I would like to be able to report the difference in proportions (and 95% CI) for a binary variable for subgroup A from time 1 to time 2.
I have pooled and svyset the data. Is svy: proportion followed by lincom an acceptable approach for this? eg:
svyset hh2 [pw=std_enfwt], strata(district_ord)
svy, subpop(fev): proportion care, over(zone phase)
lincom _subpop_2-_subpop_1
I usually see lincom used to combine coefficients or means. Not clear from stata help whether it can be used for proportions as well.
many thanks
I have datasets from 2 household surveys conducted in the same area 3 years apart. The sampling design (stratified cluster sample) was the same for both surveys, but sampling was independent so as to get representative estimates at each timepoint (ie not a panel survey). I would like to be able to report the difference in proportions (and 95% CI) for a binary variable for subgroup A from time 1 to time 2.
I have pooled and svyset the data. Is svy: proportion followed by lincom an acceptable approach for this? eg:
svyset hh2 [pw=std_enfwt], strata(district_ord)
svy, subpop(fev): proportion care, over(zone phase)
lincom _subpop_2-_subpop_1
I usually see lincom used to combine coefficients or means. Not clear from stata help whether it can be used for proportions as well.
many thanks
Comment