Dear All,
Before I added 'vce(r)' option at the end of my xtreg, fe model I got standard error in the output. But after I add vce(r) OR vce(cluster clustvar) I do not get any standard errors in output.
Below is what I type.
Tks,
Billy
local treat " i.SA_compulsary i.sub_official_rep i.sub_off_recognized i.sub_showedID i.power i.who_decidesIncent_formig "
local migvars " mig_age mig_agesq i.MS i.country "
local expevars " i.mig_empSL "
local SAvars "i.sub_gender i.sub_age i.sub_pp i.sub_money "
foreach x of local treat {
eststo: xtreg lnw `migvars' `expevars' `SAvars' i.current `x', fe fvlabel vce(r)
estimates store FE
}
Related Posts with Missing Standard Errors when vce(r) specified in xtreg, fe
Marginal effects Tobit (mfx vs margins)Hello I'm trying to calculate the marginal effects of a Tobit model using the margins command instea…
Missing R-squared from IV regressionQuestion: How can I display/find the missing "within R-squared" from an IV regression? Example of t…
Adding an interaction term into a model or stratifying data , which method is more preferable to analyse interaction terms?Hi Statlists, Hope this post finds you well. May I know why stratification seems to be less prefera…
Residuals in a panel data modelHi I am running a regression (using panel data) looking at the effect of income on food consumption …
Longitudinal data - generating variables dependent on observations within each subjectHi everyone, I have longitudinal data (see dataex below). I need to censor each id according to a f…
Subscribe to:
Post Comments (Atom)
0 Response to Missing Standard Errors when vce(r) specified in xtreg, fe
Post a Comment