print-method: Print the model objects

Description Usage Arguments References Examples

Description

Print model object summaries to the console.

Usage

1
2
## S4 method for signature 'SingleGroupClass'
print(x)

Arguments

x

an object of class SingleGroupClass, MultipleGroupClass, or MixedClass

References

Chalmers, R., P. (2012). mirt: A Multidimensional Item Response Theory Package for the R Environment. Journal of Statistical Software, 48(6), 1-29. doi: 10.18637/jss.v048.i06

Examples

1
2
3
4
5
## Not run: 
x <- mirt(Science, 1)
print(x)

## End(Not run)

xzhaopsy/MIRT documentation built on May 29, 2019, 12:42 p.m.