Learn R Programming

mirt (version 1.19)

print-method: Print the model objects

Description

Print model object summaries to the console.

Usage

# S4 method for SingleGroupClass
print(x)

Arguments

x

an object of class SingleGroupClass, MultipleGroupClass, or MixedClass

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
x <- mirt(Science, 1)
print(x)
# }

Run the code above in your browser using DataLab