tidy.polr_p: Tidy polr with added p-values

tidy.polr_pR Documentation

Tidy polr with added p-values

Description

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.

Usage

## S3 method for class 'polr_p'
tidy(x, ...)

Arguments

x

An object containing a 'polr' model.

...

Arguments passed on to the 'tidy.polr' function

Source

https://r.789695.n4.nabble.com/p-values-of-plor-td4668100.html


LukasWallrich/rNuggets documentation built on Aug. 26, 2022, 11:03 a.m.