If I run something like
I can interpret it as the marginal effect evaluated at the the average for all variables.
But what is the default if I don't specify any at() command? I checked the values and they are not the same as atmeans and I couldn't find any mentioning of the default in the help file.
Code:
logit y x1 x2 margins, dydx(*) atmeans
But what is the default if I don't specify any at() command? I checked the values and they are not the same as atmeans and I couldn't find any mentioning of the default in the help file.
Comment