ihg00 {CUB}R Documentation

Main function for IHG models without covariates

Description

Estimate and validate an IHG model without covariates for given ordinal responses.

Usage

ihg00(m, ordinal)

Arguments

m

Number of ordinal categories

ordinal

Vector of ordinal responses

Details

The optimization procedure is run via "optim", option method="Brent" for constrained optimization (lower bound = 0, upper bound=1).

Value

An object of the class "IHG"

An object of the class "IHG"


[Package CUB version 1.1.5 Index]