Learn R Programming

mirt (version 1.17.1)

show-method: Show model object

Description

Print model object summaries to the console.

Usage

## S3 method for class 'SingleGroupClass':
show(object)

Arguments

object
an object of class SingleGroupClass, MultipleGroupClass, or MixedClass

Examples

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

Run the code above in your browser using DataLab