Computes p-values for an ordinal regression model fitted with MASS::polr.

ordinal_p(mdl)

Arguments

mdl

The fitted ordinal regression model.

Value

Usually used without variable assignment.

References

Venables, W. N. & Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth Edition. Springer, New York.

Author

D. Schmitz

Examples

data("data_o")

ord_mdl <- polr(size ~ vowel + C1 + C2 + age, data = data_o, Hess=TRUE)
#> Error in polr(size ~ vowel + C1 + C2 + age, data = data_o, Hess = TRUE): could not find function "polr"

ordinal_p(mdl = ord_mdl)
#> Error in summary(mdl): object 'ord_mdl' not found