After cleaning the BRFSS data for sample ranging from 2005-2015 I need to append the data. But, before doing it should I use the following command or should I use the _finalwt option while running a regression
use brfss2010.dta, clear
svyset _psu [pweight= _finalwt], strata( _ststr)
Right now my regression looks like the following . One confusion is what I would do post-2011 for weighting where _llcpwt is available which means besides landline cellphones were also introduced for interviewing respondents ?
reg insured male age_18_34 age_35_49 age_50_64 highschool lths bachelorplus white black asian income_group [aw=_finalwt ], cluster(statefip)
Thanks in advance.
Related Posts with BRFSS weighting data post 2011
Obtain the timestamp of a fileI am seeking guidance about how to fetch the timestamp of a file from the file system. Searches with…
Collecting Descriptive Stats (counts percentages) for categorical variables in a Postfile with a LoopHello, My goal is to collect counts and percentage of each level of a categorical variable in a Pos…
From unbalanced to balanced panel data setDear all, I have an unbalanced panel dataset, which means that not all entities have data for all y…
What does dot mean in correlation matrix?Hi all, when running correlation matrix, I face the situation that the correlation is ".", I am won…
spmap code gives me no basemap data error despite data having _ID _CX _CY variablesHello, My current dataset for each county has _ID _CX _CY variables except for few counties. My mai…
Subscribe to:
Post Comments (Atom)
0 Response to BRFSS weighting data post 2011
Post a Comment