Extracting Expected Counts
Extracts expected counts for models
fitted in TAM. See CDM::IRT.expectedCounts
for more details.
## S3 method for class 'tam' IRT.expectedCounts(object, ...) ## S3 method for class 'tam.mml' IRT.expectedCounts(object, ...) ## S3 method for class 'tam.mml.3pl' IRT.expectedCounts(object, ...) ## S3 method for class 'tamaan' IRT.expectedCounts(object, ...) ## S3 method for class 'tam.np' IRT.expectedCounts(object, ...)
object |
Object of class |
... |
Further arguments to be passed |
## Not run: ############################################################################# # EXAMPLE 1: Dichotomous data data.sim.rasch - extract expected counts ############################################################################# data(data.sim.rasch) # 1PL estimation mod1 <- TAM::tam.mml(resp=data.sim.rasch) # extract expected counts IRT.expectedCounts(mod1) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.