Learn R Programming

mirt (version 1.17.1)

print-method: Print the model objects

Description

Print model object summaries to the console.

Usage

## S3 method for class 'SingleGroupClass':
print(x)

Arguments

x
an object of class SingleGroupClass, MultipleGroupClass, or MixedClass

Examples

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

Run the code above in your browser using DataLab