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
Removing dates within a certain threshold in long formatHi There, I have a dataset containing start and end dates of events across a number of subjects in …
Help with spset and grmapHello everyone, I am currently working on making some maps in which I need to create a zoom on a se…
How to change the range of graphsHi all, I am trying to include only a specific range of values in my graph for my x-axis. Code: t…
mapHello everyone, I am currently working on making some maps in which I need to create a zoom on a se…
Problem with function definition for mm_rootI'm attempting to find the root of a non-linear equation using mata. Running Stata 15.1 on MacOS Moj…
Subscribe to:
Post Comments (Atom)
0 Response to suest and teffects together
Post a Comment