cub00 {CUB} | R Documentation |
Main function for CUB models without covariates
Description
Function to estimate and validate a CUB model without covariates for given ordinal responses.
Usage
cub00(m, ordinal, maxiter, toler)
Arguments
m |
Number of ordinal categories |
ordinal |
Vector of ordinal responses |
maxiter |
Maximum number of iterations allowed for running the optimization algorithm |
toler |
Fixed error tolerance for final estimates |
Value
An object of the class "CUB"
See Also
CUB
, probbit
, probcub00
, loglikCUB
[Package CUB version 1.1.5 Index]