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
Dropping individuals when missing observations and change in variableHi, I am running panel data analysis in Stata and work with Survey data from Germany. The period co…
New version of somersd on SSCThanks as always to Kit Baum, a new version of the somersd package is now available for download fro…
regression on filtered dataIs there any disadavntage associated with the filtered regression wherein you you have filtered the …
Creating a variable containing number of decimal points of another variable's valuesHi, I have a variable measuring speed. The values are double and vary in the number of decimal point…
Converting CSV file to Excel and then uploading it into Stata formathttps://www.eia.gov/beta/internation...=2014&end=2016 Hi, I would like to convert the above fi…
Subscribe to:
Post Comments (Atom)
0 Response to suest and teffects together
Post a Comment