Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dies Stata store poststratification adjusted sampling weights?

    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

  • #2
    For a command to generate poststratification weights in Stata, see
    the help file for svygen. For a command to generate calibration
    adjusted sampling weights in Stata, see the help file for svycal.

    These "undocumented" commands are used by the svy prefix to
    adjusted the sampling weights for survey estimation.

    For more information about "undocumented" commands in Stata, type
    help undocumented in Stata.

    Comment

    Working...
    X