I thought the marginal effects after linear probability model or after logit and margins atmeans should be the same. But in the example below they are not. Why are they different?
Example:
Example:
Code:
sysuse auto.dta, replace reg foreign price weight length qui logit foreign price weight length margins, dydx(*) atmeans
Comment