Hi,
I am trying to set-up a complex survey data set in Stata and Mplus so that they have the same settings.
I am having trouble getting them to match up.
I am not getting the same standard errors for simple descriptive statistics, suggesting that the survey structure is not being accounted for in the same way across Stata and Mplus.
In Stata I am entering:
svyset IDSCHOOL [pweight=TOTWGT], fpc(TOTALSCHOOLSPERSTRATUM) strata(IDSTRAT) singleunit(scaled) || IDCLASS
In Mplus I am entering:
VARIABLE:
WEIGHT = TOTWGT;
CLUSTER = IDSCHOOL IDCLASS;
STRATIFICATION = IDSTRAT;
FINITE = TOTALSCHOOLSPERSTRATUM (POPULATION);
ANALYSIS:
TYPE = TWOLEVEL COMPLEX;
Does anyone have experience with this and know how I can set the survey structure to be equivalent?
Note: I set singleunit(scaled) because in Mplus the "THE VARIANCE CONTRIBUTION FROM A STRATUM WITH A SINGLE CLUSTER (PSU) IS BASED ON THE DIFFERENCE BETWEEN THE SINGLE CLUSTER VALUE AND THE OVERALL CLUSTER MEAN."
Related Posts with Complex survey settings
Ttest order when assessing differenceHi, I have a question that I was hoping someone could help with regarding the order in which Stata …
Aligning x-axes with graph combineHi Statalist, Using 'graph combine' I have combined four graphs. The graphs depict physiological da…
ivppml and ivpoissonDear Stata community, I have a panel gravity dataset. I have trying to run the following models 1…
Different CIs with specified survey design using svy: mean and svy: tab Dear Statalisters, my first Post is a question concerning different confidence intervals with speci…
test equality of coefficients from two different regressions after aregDear all, I need to test the equality of coefficients from two different regressions after areg. Ho…
Subscribe to:
Post Comments (Atom)
0 Response to Complex survey settings
Post a Comment