I adapt this svyset command following the Poststratification example in the Stata manual (svypoststratification.pdf):
svyset, poststrata(agency_int) postweight(postwgt) fpc(fpc)
Then do, for example:
svy: mean some_variable
Does Stata store the adjusted poststratification weights somewhere?
Thanks
svyset, poststrata(agency_int) postweight(postwgt) fpc(fpc)
Then do, for example:
svy: mean some_variable
Does Stata store the adjusted poststratification weights somewhere?
Thanks
Comment