OLIVIER REGNIER-COUDERT (0509785)
2009-Sep-04 11:08 UTC
[R] Multinomial and Ordinal Logistic Regression - Probability calculation
Dear all, I am new to R and would like to run a multinomial logistic regression on my dataset (3 predictors for 1 dependent variables) I have used the vglm function from the VGAM package and got some results. Using the predict() function, I obtained the probability table I was looking for. However, I would like to fully understand how the predict() function generates the probabilities or in other terms, what is the equation that gives a probability from the intercept and the coefficients from the regression. I also ran an ordinal logistic regression using the lrm() functions from the Design package and reached the same result without being able to explain the probability calculation process. Would anyone be able to help? Thanks, Olivier [[alternative HTML version deleted]]
olivier.abz
2009-Sep-07 14:26 UTC
[R] Multinomial and Ordinal Logistic Regression - Probability calculation
I would add that I followed explanations from the following URL (UCLA): http://www.ats.ucla.edu/stat/r/dae/mlogit.htm I still don't know how the probabilities are generated from the coefficients and intercepts... Anybody ? Thanks. OLIVIER REGNIER-COUDERT (0509785) wrote:> > Dear all, > > I am new to R and would like to run a multinomial logistic regression on > my dataset (3 predictors for 1 dependent variables) > > I have used the vglm function from the VGAM package and got some results. > Using the predict() function, I obtained the probability table I was > looking for. However, I would like to fully understand how the predict() > function generates the probabilities or in other terms, what is the > equation that gives a probability from the intercept and the coefficients > from the regression. > > I also ran an ordinal logistic regression using the lrm() functions from > the Design package and reached the same result without being able to > explain the probability calculation process. > > Would anyone be able to help? > > Thanks, > > Olivier > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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. > >-- View this message in context: http://www.nabble.com/Multinomial-and-Ordinal-Logistic-Regression---Probability-calculation-tp25293119p25331388.html Sent from the R help mailing list archive at Nabble.com.
Maybe Matching Threads
- Memory problem in multinomial logistic regression
- multinomial losgitic regression--vglm()
- Using VGAM's vglm function for ordinal logistic regression
- Multinomial logistic regression in complex surveys
- extracting the residuals from models working with ordinal multinomial data