Hi all,
My query is regarding fixed-effects in stratified survey data.
I am working with cross-section, firm-level data that specifies both probability weights and the strata variable. So I begin with:
-svyset id [pweight=wt], strata(strata),
where the .dta file indicates that
gen strata = group(country location industry)
Now I was reading a paper that uses the same dataset for a straightforward probit regression, but the analysis also includes country-specific effects as well as industry-specific effects. My question is: Wouldn't setting "-svyset id [pweight=wt], strata(strata)" where "gen strata = group (country location industry)" take care of these country-specific or industry-specific effects? Or do these effects do need to be added separately even after the survey design has been set to include strata that was formed on the basis of these characteristics only?
Or is it possible are the authors only specifying -
probit y x1 x2 i.country i.industry, [pweight=wt] and are ignoring the strata? Wouldn't that be an incorrect approach?
I wrote to the authors regarding this but they say that they only use the "standard probit model from Stata 14.", not sure if this helps me.
Any advice, please? Thanks!
Related Posts with Fixed-effects in svy strata?
How to drop observations in panel data based on the values of a variableHow to drop observations based on the values of a variable in longitudinal data? For example, I want…
To count observations based on another variablesHello everyone, I have tried to find a way to know how many candidates repeat and don't repeat in t…
adjusting in mixed multilevel linear regressionDear all! We are investigating the longitudinal association between FTO SNP and BMI. We have repeat…
Unbalanced data; Does it have anything to do with dummy variables?Hi, I'm fairly new to stata, and have just uploaded panel data; 8 countries of 8 years. 3 of my vari…
Reporting mean values by the decilesHello, dear community! These days I am working on my master thesis on Leverage effect to the future…
Subscribe to:
Post Comments (Atom)
0 Response to Fixed-effects in svy strata?
Post a Comment