Copy-pasting an example from another thread:
In this application, margins, dydx() and margins, atmeans yield identical results. The dydx() results are labelled "Predictive margins", while the atmeans results are labelled "Adjusted predictions".
I've been wondering whether the results can also be labelled/interpreted as "Adjusted means", as they seem to be just that to me.
Code:
sysuse nlsw88, clear reg never_married i.race##i.collgrad i.age margins race#collgrad, dydx() margins race#collgrad, atmeans
I've been wondering whether the results can also be labelled/interpreted as "Adjusted means", as they seem to be just that to me.
Comment