I wanna solve my problem using multinomial logistic regression, mlogit
R-package.
when I run the below code,
ml.data <- mlogit.data(dat, shape = "wide", choice = "Resp")
mlogit(Resp ~ A + B+ C+ D, ml.data)
I am getting this error: "system is computationally singular". I saw this post, but it does not help. I appreciated if anyone could help me.