After fitting my model, Stata shows the number of selected controls.
Is there a way to see which controls Stata selected?
Also, is there a way to get average marginal effects rather than odds ratios?
Code:
dslogit y i.x1, controls(i.x2 i.x3 ... i.x19)
Also, is there a way to get average marginal effects rather than odds ratios?
Comment