summary.modid {D3mirt}R Documentation

Summary Method for S3 Objects of Class modid

Description

The summary method for the modid() function.

Usage

## S3 method for class 'modid'
summary(object, ..., digits = 4)

Arguments

object

A S3 object of class modid.

...

Additional arguments.

digits

The number of digits shown per estimate. The default is digits = 4.

Value

Model identification items (one less than the number of factors), factor loadings and absolute sum score for model identification items, squared factor loadings and factor loadings for all items.

Author(s)

Erik Forsberg

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)

# Call to summary
summary(x)

# Call to summary rounded off to 2 digits
summary(x, digits = 2)

## End(Not run)

[Package D3mirt version 1.1.0 Index]