Learn R Programming

pomcheckr (version 0.1.1)

plot.pomcheck: 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 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

Run this code
# NOT RUN {
plot(pomcheck(Species ~ Sepal.Width, iris))
# }

Run the code above in your browser using DataLab