Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Using dslogit, how do I check what control variables were selected?

    After fitting my model, Stata shows the number of selected controls.

    Code:
    dslogit y i.x1, controls(i.x2 i.x3 ... i.x19)
    Is there a way to see which controls Stata selected?

    Also, is there a way to get average marginal effects rather than odds ratios?

  • #2
    For #1, see

    Code:
    help dslogit
    #2: If you read the documentation, you will understand why marginal effects cannot be calculated from the output of this command.
    Last edited by Andrew Musau; 20 Jan 2024, 01:47.

    Comment

    Working...
    X