plot.pomcheck {pomcheckr}R Documentation

Graphical check for proportional odds assumption

Description

Generates the plots described in https://stats.idre.ucla.edu/r/dae/ordinal-logistic-regression/ for checking if the proportional odds assumption holds for a cumulative logit model.

Usage

## S3 method for class 'pomcheck'
plot(x, legend.position = "none", ...)

Arguments

x

a pomcheck object

legend.position

the position of legends ("none", "left", "right", "bottom", "top", or two-element numeric vector)

...

currently unused

Value

None

See Also

pomcheck

Examples

plot(pomcheck(Species ~ Sepal.Width, iris))

[Package pomcheckr version 0.1.1 Index]