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?
Wishlist for asdocx (A more versatile and flexible version of asdoc)I am developing a new version of asdoc that will be more versatile and flexible in terms of creating…
Saving Rsquared, t-statistic, and other results in regression loopHello Statalist community, I just started using Stata recently as I need to do some statistical ana…
fama french portfolio sortingDear Statalist, I am new to Stata and trying to make portfolio sorting , but I do still not know ho…
how to draw a graph of distribution when x axis is continuous varible while y axis is categorical valueDear experts I am new to this forum and I want to thank you in advance for any help. Varible1 is cat…
Is it normal to have a negative pseudo R-Squared (McFadden’s pseudo R-squared) in tobit regression?Dear stata users, First of all: thanks for reading my question. I have run a tobit model and found …
Subscribe to:
Post Comments (Atom)
0 Response to Fixed-effects in svy strata?
Post a Comment