ordinal_p | R Documentation |
Computes p-values for an ordinal regression model fitted with MASS::polr.
ordinal_p(mdl)
mdl |
The fitted ordinal regression model. |
Usually used without variable assignment.
D. Schmitz
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)
ordinal_p(mdl = ord_mdl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.