show-method {mirt}R Documentation

Show model object

Description

Print model object summaries to the console.

Usage

## S4 method for signature 'SingleGroupClass'
show(object)

Arguments

object

an object of class SingleGroupClass, MultipleGroupClass, or MixedClass

Examples


## Not run: 
x <- mirt(Science, 1)
show(x)

## End(Not run)

[Package mirt version 1.21 Index]