[R] what does summary(polr(...)) really call?

Achim Zeileis Achim.Zeileis at uibk.ac.at
Mon May 13 20:43:28 CEST 2013


On Mon, 13 May 2013, ivo welch wrote:

> dear R experts---how do I determine what summary(polr( y ~ x )) calls?
> it is not summary.lm(polr(y~x)) or summary.mlm or summary.glm, or
> stats:::summary.lm or ...  in fact, none of the summary<esc> methods
> seem to invoke what summary invokes.

MASS:::summary.polr because polr() returns a "polr" object.

Best,
Z

> advice, as always, appreciated.
>
> regards,
>
> /iaw
>
> ----
> Ivo Welch (ivo.welch at gmail.com)
>
> ______________________________________________
> 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.
>



More information about the R-help mailing list