ordinal_p.Rd
Computes p-values for an ordinal regression model fitted with MASS::polr.
ordinal_p(mdl)
The fitted ordinal regression model.
Usually used without variable assignment.
Venables, W. N. & Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth Edition. Springer, New York.
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 eval(expr, envir, enclos): object 'ord_mdl' not found