Hello everyone,
I am working with DHS database and after setting the data with these commands:
egen stratum= group(v024 v025)
wgt=v005/100000
svyset[pw=wgt], psu(v021) strata(stratum)
where: v021 is the PSU, v024 is regions, v025 is the type of residence urban/rural, v005 is the sample weight
Is there a way to estimate the stratum effect or v025 covariate effect by GLM?
Thank you so much in advance
0 Response to stratum effect in Generalized linear models
Post a Comment