Learn R Programming

TAM (version 1.995-0)

IRT.expectedCounts: Extracting Expected Counts

Description

Extracts expected counts for models fitted in TAM. See CDM::IRT.expectedCounts for more details.

Usage

"IRT.expectedCounts"(object, ...)
"IRT.expectedCounts"(object, ...)
"IRT.expectedCounts"(object, ...)
"IRT.expectedCounts"(object, ...)

Arguments

object
Object of class tam, tam.mml, tam.mml.3pl or tamaan.
...
Further arguments to be passed

Value

See CDM::IRT.expectedCounts.

Examples

Run this code
## Not run: 	
# #############################################################################
# # EXAMPLE 1: Dichotomous data data.sim.rasch - extract expected counts
# #############################################################################
# 	
# data(data.sim.rasch)
# # 1PL estimation
# mod1 <- tam.mml(resp=data.sim.rasch)
# # extract expected counts
# IRT.expectedCounts(mod1)
# ## End(Not run)

Run the code above in your browser using DataLab