cub00: Main function for CUB models without covariates

View source: R/cub00.R

cub00R 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


CUB documentation built on May 29, 2024, 5:23 a.m.