Hello All, I am trying to use suest command after effects.
use http://www.stata-press.com/data/r13/cattaneo2
teffects ra (bweight prenatal1 mmarried mage fbaby) (mbsmoke) [iweight=fedu] if foreign==0
est store foreign0
teffects ra (bweight prenatal1 mmarried mage fbaby) (mbsmoke) [iweight=fedu] if foreign==1
est store foreign1
suest foreign0 foreign1
Error message:
foreign0 was estimated with a nonstandard vce (robust)
According to the SUEST command manual from stata, the robust VCE should not be used. I tried using other VCE types. However, some of them do not accept weights such as bootstrap, and others such as JACKKNIFE is time-consuming
any recommendations
best,
Samin
Related Posts with suest and teffects together
Fixed Effects Residuals and Endogeneity TestHi there, I estimate a model using FE and also FE2SLS and I would like to compare the FE and FE2SLS …
Fixed Effects ResidualsHi there, I estimate a model using FE and also FE2SLS and I would like to compare the FE and FE2SLS …
panel xtglsHi, i've got a problem with the estimation i'm doing. i have a panel with n=8 and T=27. i have teste…
Declaring class as a function into a class. Why ?Dear statalisters, I just read this part of the manual. Code: class U { real matrix M private real…
Whiskers and Outliers in a Box PlotDear Stata Experts, How can I do the following: 1. Extend the whiskers to cover all the values (in…
Subscribe to:
Post Comments (Atom)
0 Response to suest and teffects together
Post a Comment