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
Number of one variable according to two other variablesHi Dears, My datset includes Firms identification: NPC_FIC, Classification by broad economic catego…
Interaction in manual DIDHello, Im running a DID model( over two waves of a longitudinal survey) where the code that I use i…
Generate treatment variables for panel data analysisDear community, I am working on a panel data analysis, where I have to generate a treatment variabl…
Alternative-specific constant equal to nest in nested logitDear all, I am using a nested logit model to analyze a discrete choice experiment. I have one nest …
Cmh test in survey settingI want to get a 3x3 contingency table for survey data and do cmh test. i see in previous post that s…
Subscribe to:
Post Comments (Atom)
0 Response to suest and teffects together
Post a Comment