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
Construct pairs of firms across different industriesDear All, I have this dataset Code: * Example generated by -dataex-. To install: ssc install dataex…
Trouble with Creating Group-Level variableHello, I have a variable that has repeated observations over the life course. Research shows that th…
Levelsof, local and loops across datasetsHi. I have two datasets both with string variables. The first one has a variable CountryName with na…
Dif in Dif with controls and fixed effectsHello Everyone, I'm trying to replicate a Dif in Dif of a paper and my results are similar but not …
Composition analysis for Multionomial logit/probit modelIs there any Stata module/package to estimate the decomposition analysis for Multinomial logit/probi…
Subscribe to:
Post Comments (Atom)
0 Response to Missing Standard Errors when vce(r) specified in xtreg, fe
Post a Comment