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
Interpolation Method: panel data setHello, I show you an example of the dataset that I have: Code: * Example generated by -dataex-. …
Calculate how many words separated by a comma match between two string variables gameid year credits1 credits2 1 1996 Aleksandr Kravchuk,Alexey Menshikov,Alexey Menshikov,Rosti…
Searching packages stored at SSC but returns nothingDear Stata users, I find an annoying problem recently. I search packages and Stata returns nothing,…
Hte package - I cannot perform the command with a poisson distributionHello I'm using the hte package, more specifically the hte sm function, in order to obtain a multil…
Compatibility of Stata 16 and Stata 17 outputs?At my academic workplace I have Stata 16 MP (16.0, not updated -- long story, endless fights with th…
Subscribe to:
Post Comments (Atom)
0 Response to BRFSS weighting data post 2011
Post a Comment