Hi Ehsan,
What do you mean by percent correctly predicted? Could you provide more info
about your model? It might be helpful to get a clue.
ya
From: ehsan rahimi
Date: 2013-01-24 12:52
To: r-help
Subject: [R] mlogit Package
I have problem as follows:
I use "mlogit package" to
I have problem as follows:
I use "mlogit package" to develop a multinomial logit model but I can not find
Percent Correctly predicted. would you help me?
Thanks
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://s
Dear all,
I am implementing a stochastic utility model that will eventually
make use of multinomial logit. I found that there is a package in R
called mlogit. I am not sure whether I have already found the correct
package or software. May I ask am I correct?
Basically, let's say
I have obse
I am using the mlogit packages and get a data problem, for which I
can't find any clue from R archive.
code below shows my related code all the way to the error
#---
mydata <- data.frame(dependent,x,y,z)
mydata$dependent<-as
Hello,
I am using the mlogit package to model diplomatic representation and
stability.
Here is our sample model -
m2 = mlogit(y ~ 0|(time.curr + period), data=dip,
alt.levels=c("asym","end","sym","x"), shape="wide",
subset=which(mlogdata$curr=="sym"))
>From here, we would need to find the pro
5 matches
Mail list logo