Learn R Programming

mirt (version 1.1)

fitted-method: Compute fitted values

Description

fitted(object, digits = 3, ...)

Arguments

object
an object of class ExploratoryClass, ConfirmatoryClass, or MultipleGroupClass
digits
number of significant digits to be rounded
...
additional arguments to be passed

Examples

Run this code
x <- mirt(Science, 1)
fitted(x)

Run the code above in your browser using DataLab