plot.pomcheck: Graphical check for proportional odds assumption

Description Usage Arguments Value See Also Examples

View source: R/plot.R

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

1
2
## 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

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

pomcheckr documentation built on June 6, 2021, 9:06 a.m.