powered by
Compute the shifted Binomial probabilities of ordinal responses.
bitcsi(m,ordinal,csi)
A vector of the same length as ordinal, where each entry is the shifted Binomial probability of the corresponding observation.
ordinal
Number of ordinal categories
Vector of ordinal responses
Feeling parameter of the shifted Binomial distribution
Piccolo D. (2003). On the moments of a mixture of uniform and shifted binomial random variables, Quaderni di Statistica, 5, 85--104
probcub00, probcubp0, probcub0q
probcub00
probcubp0
probcub0q
data(univer) m<-7 csi<-0.7 ordinal<-univer$informat pr<-bitcsi(m,ordinal,csi)
Run the code above in your browser using DataLab