[R] Library MASS -- polr function

Daniel Yearsley dyea002 at math.auckland.ac.nz
Sun Feb 11 23:33:21 CET 2001


I seem to be able to extract everything but the t value and Std.error
out of the summary function for polr.

Category <- factor(rep(c(-1,0,1),2))
Freq<-c(2,4,4,3,3,4)
Sample<-factor(rep(c("x","y"), rep(3,2)))
plr<-polr(Category~Sample,weights=Freq)
coefficients(summary(plr))     ???

Can anyone help

Cheers
Daniel Yearsley
dyea002 at math.auckland.ac.nz

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list