tidy.polr_p | R Documentation |
This function calls tidy.polr and then adds a p.value column based on the 'MASS::dropterm' chi-squared test. This approach to testing the significance of model terms was recommeded by Prof Brian Ripley, the author of the MASS package.
## S3 method for class 'polr_p' tidy(x, ...)
x |
An object containing a 'polr' model. |
... |
Arguments passed on to the 'tidy.polr' function |
https://r.789695.n4.nabble.com/p-values-of-plor-td4668100.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.