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 names of the respective items contained in each construct.

Author(s)

Erik Forsberg

Examples

## Not run: 
# Load data
data("anes0809offwaves")
x <- anes0809offwaves
x <- x[, 3:22] # Remove columns for age and gender

# Call D3mirt()
mod <- D3mirt(x, modid = c("W7Q3", "W7Q20"))

# Print model summary
print(mod)

## End(Not run)

[Package D3mirt version 2.0.4 Index]