bitcsi function

Shifted Binomial probabilities of ordinal responses

Shifted Binomial probabilities of ordinal responses

Compute the shifted Binomial probabilities of ordinal responses.

bitcsi(m,ordinal,csi)

Arguments

  • m: Number of ordinal categories
  • ordinal: Vector of ordinal responses
  • csi: Feeling parameter of the shifted Binomial distribution

Returns

A vector of the same length as ordinal, where each entry is the shifted Binomial probability of the corresponding observation.

Examples

data(univer) m<-7 csi<-0.7 ordinal<-univer$informat pr<-bitcsi(m,ordinal,csi)

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

probcub00, probcubp0, probcub0q

  • Maintainer: Rosaria Simone
  • License: GPL-2 | GPL-3
  • Last published: 2024-02-23

Useful links