print.modid {D3mirt}R Documentation

Print Method for S3 Objects of Class modid

Description

The print method for the modid() function.

Usage

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

Arguments

x

A S3 object of class modid.

...

Additional arguments.

Value

A printed message reporting the number of factors and the suggested model identification items.

Examples

## Not run: 
# Identify the DMIRT model using a three-factor EFA with modid()
# x can be a data frame with item data or item factor loadings.
# In the case of the latter, set argument 'efa' to 'FALSE'
g <- modid(x)

# Print model identification summary
print(g)

## End(Not run)

[Package D3mirt version 1.1.0 Index]