fastcub00: Main function for CUB models without covariates

View source: R/fastcub00.R

fastcub00R Documentation

Main function for CUB models without covariates

Description

Function to estimate and validate a CUB model without covariates for given ordinal responses.

Usage

fastcub00(m,ordinal,starting=NULL,maxiter,toler,iterc=3,invgen=TRUE)

Arguments

m

Number of ordinal categories

ordinal

Vector of ordinal responses

starting

Starting values for the algorithm

maxiter

Maximum number of iterations allowed for running the optimization algorithm

toler

Fixed error tolerance for final estimates

iterc

Iteration from which the acceleration strategy starts

invgen

Logical: should the recursive formula for the inverse of the information matrix be considered? (Default is TRUE)

Value

An object of the class "fastCUB"

See Also

probbit, probcub00


FastCUB documentation built on May 29, 2024, 8:29 a.m.

Related to fastcub00 in FastCUB...