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
Stata EGI module issueI am trying to calculate the EGI (Ellison and Glaeser's index of geographical concentration) using t…
LATE Difference-in-DifferencesHi all, I'm trying to estimate a generalized DID (two periods three groups)'s local average treatme…
Merging datasets with same variable but different values for the variableHi. I wanted to understand the finer working of the -merge- command and it isn't clear to me from re…
Mata find minimum distance across matricesDear Statalists, I am very new to Mata and I am trying to solve a problem that involves finding the…
Print excel after calculating Shannon entropyDear Statalists, I have a problem since I am calculating the Shannon entropy for a very huge number …
Subscribe to:
Post Comments (Atom)
0 Response to Missing Standard Errors when vce(r) specified in xtreg, fe
Post a Comment