Learn R Programming

D3mirt (version 2.0.4)

print.modid: Print Method for S3 Objects of Class modid

Description

The print method for the modid() function.

Usage

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

Value

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

Arguments

x

A S3 object of class modid.

...

Additional arguments.

Examples

Run this code
if (FALSE) {
# 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)
}

Run the code above in your browser using DataLab