inibest function

Preliminary estimators for CUB models without covariates

Preliminary estimators for CUB models without covariates

Compute preliminary parameter estimates of a CUB model without covariates for given ordinal responses. These preliminary estimators are used within the package code to start the E-M algorithm.

inibest(m,freq)

Arguments

  • m: Number of ordinal categories
  • freq: Vector of the absolute frequencies of given ordinal responses

Returns

A vector (π,ξ)(\pi,\xi) of the initial parameter estimates for a CUB model without covariates, given the absolute frequency distribution of ordinal responses

Examples

m<-9 freq<-c(10,24,28,36,50,43,23,12,5) estim<-inibest(m,freq) pai<-estim[1] csi<-estim[2]

References

Iannario M. (2009). A comparison of preliminary estimators in a class of ordinal data models, Statistica & Applicazioni, VII , 25--44

Iannario M. (2012). Preliminary estimators for a mixture model of ordinal data, Advances in Data Analysis and Classification, 6 , 163--184

See Also

inibestgama

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

Useful links