Learn R Programming

mirt (version 1.42)

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

References

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

Examples

Run this code

if (FALSE) {
x <- mirt(Science, 1)
print(x)
}

Run the code above in your browser using DataLab