Hi all,
I am trying to compare coefficients between two groups using multiply imputed complex survey data. Usually I would use the suest command and then test the two coefficients, however, suest isn't supported by mi estimate.
I followed the advice here: https://www.stata.com/support/faqs/s...ata/index.html however, this suest equivalent programme does not work with svyset data.
The model is as follows:
Is there any other way to test the coefficients between the two groups, that works for both multiply imputed and svyset data?
Thanks.
I am trying to compare coefficients between two groups using multiply imputed complex survey data. Usually I would use the suest command and then test the two coefficients, however, suest isn't supported by mi estimate.
I followed the advice here: https://www.stata.com/support/faqs/s...ata/index.html however, this suest equivalent programme does not work with svyset data.
The model is as follows:
Code:
mi svyset psu [pweight = xweight], strata(strata) singleunit(scaled) mi estimate: svy: reg labrank hhrank edu yphfm14 ypeatn14 if sex==0 eststo male mi estimate: svy: reg labrank hhrank edu yphfm14 ypeatn14 if sex==1 eststo female
Is there any other way to test the coefficients between the two groups, that works for both multiply imputed and svyset data?
Thanks.
Comment