Hello, I have the following two SPSS commands. This is what I have from the SPSS codebook:
CSPLAN ANALYSIS
/PLAN FILE='C:\Users\Maria Teresa\Desktop\articulo DHS\dhs data '+
'set\GU_2014-15_DHS_03212017_1754_47917\muestreo_guatemala.csap lan'
/PLANVARS ANALYSISWEIGHT=WGT
/SRSESTIMATOR TYPE=WR
/PRINT PLAN
/DESIGN STRATA=V022 CLUSTER=V021
/ESTIMATOR TYPE=WR.
CSTABULATE
/PLAN FILE='C:\Users\Maria Teresa\Desktop\articulo DHS\dhs data '+
'set\GU_2014-15_DHS_03212017_1754_47917\muestreo_guatemala.csap lan'
/TABLES VARIABLES=B8_under5
/CELLS POPSIZE TABLEPCT
/STATISTICS SE
/MISSING SCOPE=TABLE CLASSMISSING=EXCLUDE.
How would I recode them in Stata?
Related Posts with SVYSET and SVY:tab help
Wald or F-testI am using GSEM with the svy option (for weights). I am running these models on two separate subsamp…
Creating N subpopulations by random sampling without replacementDear all, I would like to ask you, wheter it is possible in Stata to create N subpopulations via sim…
Collect recode problemHi I am working with the new table and collect command in STATA 17. After I recode levels of a dimen…
Problem with parallelHello to all, I am not very strong in STATA but I wrote a program. I wanted to parallelize a loop. B…
How can I use the marginal effects after fixed effects and random effects models?Dear Statalist, I use linear model for panel data How can I use the marginal effects after these …
Subscribe to:
Post Comments (Atom)
0 Response to SVYSET and SVY:tab help
Post a Comment