Function to estimate and validate a CUB model for given ordinal responses, with covariates for explaining the feeling component.
fastcub0q(m,ordinal,W,starting=NULL,maxiter,toler,iterc=3,invgen=TRUE)
An object of the class "fastCUB"
Number of ordinal categories
Vector of ordinal responses
Matrix of selected covariates for explaining the feeling component, not including intercept
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)