Skip to content
Prev 385749 / 398503 Next

Help with the Error Message in R "Error in 1:nchid : result would be too long a vector"

You were told two things about your code:


1) mlogit.data is deprecated by the package authors, so use dfidx.

2) dfidx does not allow duplicate ids in the first two columns.


Which one of those are you asserting is not accurate?