cubvisual {CUB} | R Documentation |
Plot an estimated CUB model
Description
Plotting facility for the CUB estimation of ordinal responses.
Usage
cubvisual(ordinal,csiplot=FALSE,paiplot=FALSE,...)
Arguments
ordinal |
Vector of ordinal responses |
csiplot |
Logical: should |
paiplot |
Logical: should |
... |
Additional arguments to be passed to |
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-\pi, 1-\xi)
as a point in the parameter space. Depending on csiplot
and paiplot
and on desired output, x
and y
coordinates may be set to \pi
and \xi
, respectively.
Examples
data(univer)
ordinal<-univer$global
cubvisual(ordinal,xlim=c(0,0.5),ylim=c(0.5,1),cex=0.8,main="Global Satisfaction")
[Package CUB version 1.1.5 Index]