Hello all! I am trying to analyze BRFSS data from 2011-2014. I am using the following SVYSET command:
svyset _psu[pweight=_llcpwt], strata(_ststr)
Which, according to BRFSS documentation, is what I should use to analyze data in accordance with the complex survey design of the BRFSS.
However, when I try to do anything, (for example, svy: tab or svy: logistic), I get the following error:
Note: missing test statistics because of stratum with single sampling unit.
What do I do about this problem? Thanks all! Hugo
svyset _psu[pweight=_llcpwt], strata(_ststr)
Which, according to BRFSS documentation, is what I should use to analyze data in accordance with the complex survey design of the BRFSS.
However, when I try to do anything, (for example, svy: tab or svy: logistic), I get the following error:
Note: missing test statistics because of stratum with single sampling unit.
What do I do about this problem? Thanks all! Hugo
Comment