Dear stata Community,
The question is about the difference between the results of the following methods for determining the predictive margins of interactions between two variables:
webuse nhanes2f, clear
1) logit diabetes i.black i.female i.black#i.female, nolog
margin i.black#i.female
2) logit diabetes i.black i.female, nolog
margin i.black#i.female
Thank you in advance!
MR
Related Posts with Predictive margins for interactions
How to Correct Data Errors in Longitudinal Format Data in Stata?I have a long format dataset with data error on the variables of kg5, k68, and k912 like this, clear…
expand dataDear Stata users, I have a panel database of countries observed on a yearly basis from 2004 to 2018…
Calculation of Blau Index / Simpson IndexHello everyone! I am trying to analyze the degree of national and gender diversity of TMTs of germa…
treatment turns on and offHello everyone, I hope you are very well, I have some monthly panel data at the state level, in thi…
How to convert my FE-IV model (with intuitions borrowed from the RDD literature) into STATA language - Is IVREGHDFE the one?Hello dear stata friends! I am having some confusion regarding the implementation of my Individual-F…
Subscribe to:
Post Comments (Atom)
0 Response to Predictive margins for interactions
Post a Comment