I'm working on a little project to practice while reading the survey manual, but I'm hitting a wall with this code:
svyset district
pweight = tfnlwgt
brrweight: TREPWT1-TREPWT200
VCE: brr
returns:
command pweight is unrecognized
r(199);
I've tried square brackets and a coma and it keeps blowing up on line 2. Hopefully this doesn't violate the "too elementary" proviso.
svyset district
pweight = tfnlwgt
brrweight: TREPWT1-TREPWT200
VCE: brr
returns:
command pweight is unrecognized
r(199);
I've tried square brackets and a coma and it keeps blowing up on line 2. Hopefully this doesn't violate the "too elementary" proviso.
Comment