Transplot: Transition plot

Description Usage Arguments Details Value Author(s) References Examples

View source: R/Transplot.R

Description

Transition plot

Usage

1
Transplot(xip2, gp2, log.scale = TRUE)

Arguments

xip2

numeric, value of the csi parameter

gp2

numeric vector, 'latent' categories assigned to each rating point

log.scale

logical, if TRUE, the logarithmic scale is used; if FALSE, the linear scale is used

Details

(Details here)

Value

A ggplot object

Author(s)

Paola Zuccolotto, Marica Manisera, Sandri Marco

References

M. Manisera and P. Zuccolotto (2014) Modeling rating data with Nonlinear CUB models. Computational Statistics and Data Analysis, 78, pp. 100–118

M. Manisera and P. Zuccolotto (2014) Nonlinear CUB models: The R code. Statistical Software - Statistica & Applicazioni, Vol. XII, n. 2, pp. 205-223

Examples

1
2
3
4
5
6
N <- 1000
pai.sim <- 0.8
xi.sim <- 0.3
g.sim <- c(1,1,2,4,2)
cats <- 5
set.seed(1234567)

sndmrc/NLCUB documentation built on Dec. 23, 2021, 3:28 a.m.