Learn R Programming

CUB (version 0.1)

varcub00: Variance of CUB models without covariates

Description

Compute the variance of a CUB model without covariates.

Usage

varcub00(m, pai, csi)

Arguments

m
Number of ordinal categories
pai
Uncertainty parameter
csi
Feeling parameter

References

Piccolo D. (2003). On the moments of a mixture of uniform and shifted binomial random variables. Quaderni di Statistica, 5, 85--104

See Also

CUB, expcub00, probcub00

Examples

Run this code
m<-9
pai<-0.6
csi<-0.5
varcub<-varcub00(m,pai,csi)

Run the code above in your browser using DataLab