Function to estimate and validate a CUB model without covariates for given ordinal responses.
fastcub00(m,ordinal,starting=NULL,maxiter,toler,iterc=3,invgen=TRUE)
An object of the class "fastCUB"
Number of ordinal categories
Vector of ordinal responses
Starting values for the algorithm
Maximum number of iterations allowed for running the optimization algorithm
Fixed error tolerance for final estimates
Iteration from which the acceleration strategy starts
Logical: should the recursive formula for the inverse of the information matrix be considered? (Default is TRUE)
probbit
, probcub00