View source: R/IRT.irfprob.tam.R
IRT.irfprob | R Documentation |
Extracts item response functions for models
fitted in TAM. See CDM::IRT.irfprob
for more details.
## S3 method for class 'tam'
IRT.irfprob(object, ...)
## S3 method for class 'tam.mml'
IRT.irfprob(object, ...)
## S3 method for class 'tam.mml.3pl'
IRT.irfprob(object, ...)
## S3 method for class 'tamaan'
IRT.irfprob(object, ...)
## S3 method for class 'tam.np'
IRT.irfprob(object, ...)
object |
Object of class |
... |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.