print.D3mirt {D3mirt}R Documentation

Print Method for S3 Objects of Class D3mirt

Description

The print method for the D3mirt() function.

Usage

## S3 method for class 'D3mirt'
print(x, ...)

Arguments

x

A S3 object of class D3mirt.

...

Additional arguments.

Value

A printed message reporting the number of items, levels of difficulty, the number of construct vectors and the row names of the respective items contained in each construct.

Author(s)

Erik Forsberg

Examples

## Not run: 
# Call D3mirt()
# The first argument can be data frame with model parameters
# or an S4 object of class 'SingleGroupClass' exported from mirt::mirt
g <- D3mirt(mod1)

# Print model summary
print(g)

## End(Not run)

[Package D3mirt version 1.1.0 Index]