Announcement

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

  • Problems with repeated values found in matrix using mlogit

    Dear all,

    I ran an estimation using mlogit command and I received an error message :

    Code:
    repeated values found in __000001 matrix
    Code:
    r(459);
    I searched some answers when they suggested to use :
    Code:
    if _N == 0 continue
    before my mlogit command but it still doest not work.

    Does anyone know how to fix this problem?

    Could it be possible because I have more than 5 discrete dependent variables?

    Thank you.

    Daim
Working...
X