Learn R Programming

CDM (version 4.8-0)

IRT.IC: Information Criteria

Description

Computes several information criteria for objects which do have the logLik (stats) S3 method (e.g. din, gdina, gdm, ...) .

Usage

IRT.IC(object)

Arguments

object
Objects which do have the logLik (stats) S3 method.

Value

  • A vector with deviance and several information criteria.

See Also

See also anova.din for model comparisons. A general method is defined in IRT.compareModels.

Examples

Run this code
#############################################################################
# EXAMPLE 1: DINA example information criteria
#############################################################################

data(sim.dina)
data(sim.qmatrix)

#*** Model 1: DINA model
mod1 <- din( sim.dina , sim.qmatrix )
summary(mod1)
IRT.IC(mod1)

Run the code above in your browser using DataLab