IRT.irfprob.tam.Rd
Extracts item response functions for models
fitted in TAM. See CDM::IRT.irfprob
for more details.
# S3 method for tam
IRT.irfprob(object, ...)
# S3 method for tam.mml
IRT.irfprob(object, ...)
# S3 method for tam.mml.3pl
IRT.irfprob(object, ...)
# S3 method for tamaan
IRT.irfprob(object, ...)
# S3 method for tam.np
IRT.irfprob(object, ...)
Object of class tam
, tam.mml
,
tam.mml.3pl
, tam.np
or tamaan
.
Further arguments to be passed
See CDM::IRT.irfprob
.
#############################################################################
# EXAMPLE 1: Dichotomous data data.sim.rasch - item response functions
#############################################################################
data(data.sim.rasch)
# 1PL estimation
mod1 <- TAM::tam.mml(resp=data.sim.rasch)
IRT.irfprob(mod1)