Displaying 1 result from an estimated 1 matches for "stdweight".
Did you mean:
  set_weight
  
2012 Aug 10
1
Direct Method Age-Adjustment to Complex Survey Data
...rect
method age-adjustment to some complex survey data.  I have played with
postStratify, calibrate, rake, and simply multiplying the base weights by
the correct proportions - nothing seems to hit the published numbers on the
nose.
I am trying to replicate any of the following:
    the stdize and stdweight parameters from a Stata complex survey
analysis command (like this)
        svyset [w= WEIGHTVAR], psu(PSUVAR) strata(STRATAVAR) vce(linearized)
        svy: mean VARNAME, stdize(agecat) stdweight(agewt)
    the stdvar and stdwgt parameters from a SUDAAN proc descript call
    the ESTIMATE state...