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: 
# Load data
data("anes0809offwaves")
x <- anes0809offwaves
x <- x[,3:22] # Remove columns for age and gender

# Identify the DMIRT model
id <- modid(x)

# Print model identification summary
print(id)

## End(Not run)

[Package D3mirt version 2.0.4 Index]