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
Creating and storing residuals in a loop Code: forvalues y = 2015/2017 { // Define a for/next loop spanning years in sample …
Creating and storing residuals in a loopHi all I am trying to run the following code. The purpose is to capture industry and year wise resi…
System GMM and AB test for AR(2)Hi All: I am using system GMM method to estimate my panel data (T=6). I am new to this method. I kn…
Documentation for non existent functionI was learning string functions in Stata. After obtaining help using help string functions command, …
How to declare weekly data as time series data in Stata 15Dear All I want to use time series data on a weekly basis. When I try, I get the error "repeated tim…
Subscribe to:
Post Comments (Atom)
0 Response to Missing Standard Errors when vce(r) specified in xtreg, fe
Post a Comment