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?
Multivariate Random Effects Meta-regressionHello! Does anyone have an appropriate syntax for this in a pooled analysis of RR/95% CIs with vari…
Why is this -monthly("201901","YM")- not working, while this -date("20190101","YMD")- works perfectly fine?In my opinion this should be working: Code: . dis %tm monthly("201901", "YM") . but it is …
Merging panel data and analysisHello everyone, I intend to analyse panel data (long format) on effects of individuals taking a par…
Syntax check for MLM with continuous dependent and independent variable and assessing for 2nd degree interaction 1) by time, and 2) by groupI am interested in doing: (1) MLM with a continuous dependent and independent variable, (2) Assessi…
Mean comparisonsing survey data in the following arrangement: Group: Firm_investment Q1 - each question has 1,2,3,…
Subscribe to:
Post Comments (Atom)
0 Response to Fixed-effects in svy strata?
Post a Comment