expcub00 {CUB} | R Documentation |
Compute the expectation of a CUB model without covariates.
expcub00(m,pai,csi)
m |
Number of ordinal categories |
pai |
Uncertainty parameter |
csi |
Feeling parameter |
Piccolo D. (2003). On the moments of a mixture of uniform and shifted binomial random variables. Quaderni di Statistica, 5, 85–104
m<-10
pai<-0.3
csi<-0.7
meancub<-expcub00(m,pai,csi)