search for: cte2

Displaying 9 results from an estimated 9 matches for "cte2".

Did you mean: ce2
2017 Jul 28
0
Error in `[[<-.data.frame`(`*tmp*`, alt.name, value = integer(0)) with mlogit
...nts to see if they make sense. Hope this helps, Rui Barradas Em 28-07-2017 13:14, sandoz at free.fr escreveu: > I re post my question with the csv problem fixed. > > Can someone explain the error below? > sandoz > >> library(mlogit) >> horse1.data<-read.csv("cte2.csv", header=TRUE, sep=";") >> h1.dat<-mlogit.data(data=horse1.data,choice="win",chid.var="raceid",alt.var="noChev",shape="long") > #mul1.model<-mlogit(win~cteD+cteTh|0|0,data=h1.dat) > #summary(mul1.model) > > Error in...
2017 Jul 28
1
Error in `row.names<-.data.frame`(`*tmp*`, value = c("1.9", "1.9", "1.9", : duplicate 'row.names' are not allowed
Hi, Can someone explain this error below, I don't understand why the 2 int columns are associated to make a row name > horse1.data<-read.csv("cte2.csv", header=TRUE, sep=";") > h1.dat<-mlogit.data(data=horse1.data,choice="win",chid.var="raceid",alt.var="nbChev",shape="long") Error in `row.names<-.data.frame`(`*tmp*`, value = c("1.9", "1.9", "1.9", :...
2017 Jul 28
0
Error in `[[<-.data.frame`(`*tmp*`, alt.name, value = integer(0)) with mlogit
Doesn't help when you only reply to me. Use reply-all. -- Sent from my phone. Please excuse my brevity. On July 28, 2017 3:35:36 PM PDT, sandoz at free.fr wrote: >below the cte2.csv url for those willing to check this error : > >https://www.dropbox.com/s/wv7nq8tk9k87le5/cte2.csv?dl=0 > > > >----- Mail original ----- >De: "Jeff Newmiller" <jdnewmil at dcn.davis.ca.us> >?: sandoz at free.fr, "R-help" <r-help at r-project.o...
2017 Jul 27
2
Error in `[[<-.data.frame`(`*tmp*`, alt.name, value = integer(0)) with mlogit
...e error I am getting after the h1.dat<- line : this line worked with much more independant variables and bigger data. This time I want to work with just 2 variables cteD & cteTh. What is wrong ? > setwd("C:/Rstudio/Trot") > library(mlogit) > horse1.data<-read.csv("cte2.csv") > h1.dat<-mlogit.data(data=horse1.data,choice="win",chid.var="raceid",alt.var="nbChev",shape="long") Error in `[[<-.data.frame`(`*tmp*`, alt.name, value = integer(0)) : le tableau de remplacement a 0 lignes, le tableau remplac? en a 26...
2017 Jul 27
3
Error in `[[<-.data.frame`(`*tmp*`, alt.name, value = integer(0)) with mlogit
...his line worked with much more independant variables and bigger data. >> This time I want to work with just 2 variables cteD & cteTh. >> What is wrong ? >> >>> setwd("C:/Rstudio/Trot") >>> library(mlogit) >>> horse1.data<-read.csv("cte2.csv") >>> >> h1.dat<-mlogit.data(data=horse1.data,choice="win",chid.var="raceid",alt.var="nbChev",shape="long") >> >> Error in `[[<-.data.frame`(`*tmp*`, alt.name, value = integer(0)) : >> le tableau de remplacem...
2017 Jul 27
0
Error in `[[<-.data.frame`(`*tmp*`, alt.name, value = integer(0)) with mlogit
...he h1.dat<- line : >this line worked with much more independant variables and bigger data. >This time I want to work with just 2 variables cteD & cteTh. >What is wrong ? > >> setwd("C:/Rstudio/Trot") >> library(mlogit) >> horse1.data<-read.csv("cte2.csv") >> >h1.dat<-mlogit.data(data=horse1.data,choice="win",chid.var="raceid",alt.var="nbChev",shape="long") > >Error in `[[<-.data.frame`(`*tmp*`, alt.name, value = integer(0)) : > le tableau de remplacement a 0 lignes, le tabl...
2017 Aug 02
0
Error in `row.names<-.data.frame`(`*tmp*`, value = c("1.9", "1.9", "1.9", : duplicate 'row.names' are not allowed
...lue = c("1.9", "1.9", > "1.9", : duplicate 'row.names' are not allowed > > Hi, > Can someone explain this error below, > I don't understand why the 2 int columns are associated to make a row name > > > horse1.data<-read.csv("cte2.csv", header=TRUE, sep=";") > > h1.dat<-mlogit.data(data=horse1.data,choice="win",chid.var="raceid",al > > t.var="nbChev",shape="long") > Error in `row.names<-.data.frame`(`*tmp*`, value = c("1.9", "1.9"...
2017 Jul 27
0
Error in `[[<-.data.frame`(`*tmp*`, alt.name, value = integer(0)) with mlogit
...ch more independant variables and bigger data. >>> This time I want to work with just 2 variables cteD & cteTh. >>> What is wrong ? >>> >>>> setwd("C:/Rstudio/Trot") >>>> library(mlogit) >>>> horse1.data<-read.csv("cte2.csv") >>>> >>> h1.dat<-mlogit.data(data=horse1.data,choice="win",chid.var="raceid",alt.var="nbChev",shape="long") >>> >>> Error in `[[<-.data.frame`(`*tmp*`, alt.name, value = integer(0)) : >>> le tab...
2017 Jul 28
0
Error in `[[<-.data.frame`(`*tmp*`, alt.name, value = integer(0)) with mlogit
...packages/reprex/index.html (read the vignette) -- Sent from my phone. Please excuse my brevity. On July 28, 2017 12:58:16 PM PDT, sandoz at free.fr wrote: > > >I don't understand why the 2 int columns are associated to make a row >name > >> horse1.data<-read.csv("cte2.csv", header=TRUE, sep=";") >> >h1.dat<-mlogit.data(data=horse1.data,choice="win",chid.var="raceid",alt.var="nbChev",shape="long") >Error in `row.names<-.data.frame`(`*tmp*`, value = c("1.9", "1.9", >&qu...