I am getting an error in R when I try to run mlogit.
I try to estimate the following:
logit3 <- mlogit(choice~1|prod1+prod2+camp1+camp2+salm1+salm2+orig1+orig2+price1+price2, data=CNLdata)
and the error appeared is the following:
logit3 <- mlogit(choice~1|prod1+prod2+camp1+camp2+salm1+salm2+orig1+orig2+price1+price2, data=CNLdata)
Error in solve.default(H, g[!fixed]) :
system is computationally singular: reciprocal condition number = 5.49164e-20
Could anyone help me solve this issue?
Data example: