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
Creating two month intervalsHello, I would like to create a date variable that represent successive two month intervals - e.g., …
How to obtain CIs for standardized direct/indirect effects when using SEM builderHi all, When using the SEM builder there is an option to have indirect/direct effects reported for …
Selecting multiple variables (with * or ?)Dear all, Can I please ask you a question about selecting multiple variables by the use of the aste…
Looping over folders and files weird behaviourHello everyone, I have a problem with my code and I don´t know how to solve it. The issue is that I…
Count total observationsHello! I am having some troubles in doing some analysis with stata. I have a dataset in which each r…
Subscribe to:
Post Comments (Atom)
0 Response to SVYSET and SVY:tab help
Post a Comment