Hi There,
I am analysing the NFHS-5 for a research project. I am using the following command in Stata to set the data for survey analysis.
svyset psu [pw = weight], strata(strata) singleunit(centered) vce(linearized)
My question-
I am not entirely sure if the above command is completely correct. Particularly, I am not sure if
"singleunit (centered) vce(linearized)" part is correct?
I am not sure what to put in parenthesis () for 'singleunit' and 'vce'?
Where can I learn more about the correct option for the 'singleunit' and 'vce' values regarding NFHS-5?
Could anyone tell me the correct command to set the data in Stata for survey analysis?
I am analysing the NFHS-5 for a research project. I am using the following command in Stata to set the data for survey analysis.
svyset psu [pw = weight], strata(strata) singleunit(centered) vce(linearized)
My question-
I am not entirely sure if the above command is completely correct. Particularly, I am not sure if
"singleunit (centered) vce(linearized)" part is correct?
I am not sure what to put in parenthesis () for 'singleunit' and 'vce'?
Where can I learn more about the correct option for the 'singleunit' and 'vce' values regarding NFHS-5?
Could anyone tell me the correct command to set the data in Stata for survey analysis?