cubvisual: Plot an estimated CUB model

Description Usage Arguments Details Value Examples

View source: R/cubvisual.R

Description

Plotting facility for the CUB estimation of ordinal responses.

Usage

1
cubvisual(ordinal,csiplot=FALSE,paiplot=FALSE,...)

Arguments

ordinal

Vector of ordinal responses

csiplot

Logical: should ξ or 1-ξ be the y coordinate

paiplot

Logical: should π or 1-π be the x coordinate

...

Additional arguments to be passed to plot() and text(). Optionally, the number m of ordinal categories may be passed: this is recommended if some category has zero frequency.

Details

It represents an estimated CUB model as a point in the parameter space with some useful options.

Value

For a CUB model fit to ordinal, by default it returns a plot of the estimated (1-π, 1-ξ) as a point in the parameter space. Depending on csiplot and paiplot and on desired output, x and y coordinates may be set to π and ξ, respectively.

Examples

1
2
3
data(univer)
ordinal<-univer$global
cubvisual(ordinal,xlim=c(0,0.5),ylim=c(0.5,1),cex=0.8,main="Global Satisfaction")

Example output

Loading required package: Formula
There were 50 or more warnings (use warnings() to see the first 50)

CUB documentation built on March 31, 2020, 5:14 p.m.