Hi, there may be a problem with weight var ‘rwt06’, for which the DDI codebook says:
RWT06 is a 15-digit numeric variable reporting the replicate weights for all years
However, the Stata extraction code is for a single digit:
byte rwt06 42-42 ///
The single digit appears to be ‘0’:
. su rwt06
Variable | Obs Mean Std. Dev. Min Max
-------------±--------------------------------------------------------
rwt06 | 201,151 0 0 0 0
Is this a problem with the code and/or data, and if so, is the variable ‘wt06’ the correct one to use in lieu of ‘rwt06’?
thanks much, Sanjiv