Displaying 2 results from an estimated 2 matches for "stdvar".
Did you mean:
sdvar
2013 Jan 03
1
Survey package help with svystandardize
...ge)
-------------------------
SUDAAN code:
PROC DESCRIPT DATA = "h:\\brfss_data\\brfss11\\pudf11\\txbrfss_pudf11"
DESIGN = WR FILETYPE= SUDXPORT NOTSORTED;
NEST STSTR SEQNO/MISSUNIT;
WEIGHT LLCPWT;
SETENV LINESIZE = 106 PAGESIZE = 45 COLWIDTH = 11 TOPMGN = 1;
VAR RFSMOK;
CATLEVEL 2;
STDVAR AGEGR5;
STDWGT .128810 .182648 .219077 .299194 .170271;
SUBGROUP SEX AGEGR5;
LEVELS 2 5 ;
TABLES (SEX);
[[alternative HTML version deleted]]
2012 Aug 10
1
Direct Method Age-Adjustment to Complex Survey Data
...e
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 statement in a PROC SURVEYREG (used to generate adjusted
means) in SAS version 9.2
I am attempting to match figure 1 from nchs data brief #92 exactly using
R. The data are here: http://www.cdc.gov/nchs/data/databriefs/db92_...