search for: sambledata

Displaying 1 result from an estimated 1 matches for "sambledata".

Did you mean: sambadata
2011 Dec 19
1
Mlogit missing value problem
Hi After good advices i post this problem here again. Now the attached sambledata is in csv form and it is a part of my real data. I have tried different na.action operations but the result stays the same... My code > library(mlogit) > library(foreign) > z<-odbcConnectExcel("D:\\SAMBLEDATA.csv") > y<-sqlFetch(z,"Taul1") > x=mlogit.data(...