Replicate Weights STATA Pooled ATUS

Hello, I am pooling ATUS 2003-2016 to answer my research questions. I am using the replicate weights. To calculate means, SE and regressions coefficients this is how I am setting the data:

svyset [iw=wt06], sdrweight(rwt06_1-rwt06_160) vce(sdr)

Am I doing it correctly?

Thanks a lot!

Susana

The exact specification in Stata will depend on the version of Stata you are using. Since IPUMS Time Use provides access to data that is a follow up on the CPS, IPUMS CPS documentation can be useful. In particular, this page on CPS replicate weights provides information on different Stata code depending on the version you are running.