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 probabilities and the standard error of
the probabilities.  What is the best way to get probabilities and standard
errors using mlogit in R? 

Thank you, jung mee

-- 
View this message in context: 
http://r.789695.n4.nabble.com/mlogit-package-probabilities-and-std-error-of-prob-tp3060359p3060359.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to