Thursday, June 25, 2009

Technical - Statistical

Statistical Links

SAS code for using Replicate Weights
Statistical packages such as stata can handle replicate weights to produce standard errors and tests of significance. However, for the ACS and CPS, the replicate weights are based on a successive difference model rather than a jack-knife or generalized linear model. No statistical package handles successive difference models as an option.
Thus, one has to go through the actual algorithm to produce standard errors based on the successive difference replicate weights. The following program provides the code for this:

SAS code for using replicate weights
Theoretical basis for successive difference model is:
Fay, R. and Train, G. 1995 "Aspects of Survey and Model-Based Postcensal Estimation of Income and Poverty Characteristics for States and Counties," Proceedings of the Section on Government Statistics, American Statistical Association, pp. 154-159.

No comments:

Post a Comment