Hi all!
I'm looking for a way to fit an additive proportional odds model in R since
I need to analyse ordinal data. 
The polr() function of the MASS package of R allows only to fit a linear
proportional odds model so I can't use it. 
The gam() function of the gam package of R allows to fit additive models and
generalized additive models. This package uses smoothing splines and loess
as smoothers. I've read the documentation and it doesn't seem to be possible
to fit an additive proportional odds model in R.      
Do you know which function should I use?
Thank you in advance.



--
View this message in context: 
http://r.789695.n4.nabble.com/additive-proportional-odds-model-in-R-tp4713259.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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