Announcement

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

  • mlogit - marginal effects of constant

    Does it make sense to have marginal effects for a constant in a multinomial logistic regression (mlogit) ?

    To me it makes sense in the sense that you see how would the probability change if the constant changed, but does this make sense ? Or is there some other interpretation?

  • #2
    The constant is constant (hence the name), so it cannot change and a marginal effect won't make sense.
    ---------------------------------
    Maarten L. Buis
    University of Konstanz
    Department of history and sociology
    box 40
    78457 Konstanz
    Germany
    http://www.maartenbuis.nl
    ---------------------------------

    Comment


    • #3
      Thanks Maarten. Does this mean I should not include a constant in an mlogit model, or simply not report the marginal effects for a constant ? (because they are calculated anyway)

      Comment


      • #4
        The latter.

        Exactly what code did you use that resulted in returning (incorrect) marginal effects for the constant? In the (silly) example below margins did not return any marginal effects for the constant:

        Code:
        sysuse nlsw88, clear
        mlogit race wage
        margins, dydx(*)
        ---------------------------------
        Maarten L. Buis
        University of Konstanz
        Department of history and sociology
        box 40
        78457 Konstanz
        Germany
        http://www.maartenbuis.nl
        ---------------------------------

        Comment

        Working...
        X