Using Stata svyset command with ACS PUMS

Hi.  I'm preparing to run a probit regression in Stata using ACS PUMS data.

Does anyone have experience using the Stata svyset command (or, more generally, specifying relevant survey design factors in a statistical analysis program) with PUMS files?

The following is suggested for Current Population Survey analyses (see https://www.stata.com/statalist/archive/2008-04/msg00444.html), which uses state (gestcen) and consolidated statistical area (gtcsa) variables.

egen psu=group(gestcen gtcsa)
svyset [pw=mars], strat(gestcen) psu(psu)

Does anyone have an analogous specification for PUMS?


 

 

Parents Reply Children
  • Also, I believe you can get versions of the ACS data off IPUMS that have strata and cluster/PSU variables. It is easier to deal with these -- or at least the commands run faster. I have not compared the standard errors produced one way vs. the other, but I would not expect to see huge differences.