I am a neophyte in using the Stata.
My question is that....While using the teffects, can I test the interaction effects?
If I elaborate what I wish to test using the stata example data,
webuse cattaneo2
If I wish to know the effects of mother's smoking on the birth weight, while matching the cases in terms of covariates, I would execute the line below.
teffects psmatch (bweight) (mbsmoke mmarried c.mage##c.mage fbaby medu)
My situation is that I should test whether there is any interaction effect of mbsmoke*alcohol(1 if alcohol consumed during pregnancy) while the cases are matched in terms of other variables.
Thank you for your time and effort.
My question is that....While using the teffects, can I test the interaction effects?
If I elaborate what I wish to test using the stata example data,
webuse cattaneo2
If I wish to know the effects of mother's smoking on the birth weight, while matching the cases in terms of covariates, I would execute the line below.
teffects psmatch (bweight) (mbsmoke mmarried c.mage##c.mage fbaby medu)
My situation is that I should test whether there is any interaction effect of mbsmoke*alcohol(1 if alcohol consumed during pregnancy) while the cases are matched in terms of other variables.
Thank you for your time and effort.
Comment