print.modid | R Documentation |
modid
The print method for the modid()
function.
## S3 method for class 'modid'
print(x, ...)
x |
A S3 object of class |
... |
Additional arguments. |
A printed message reporting the number of factors and the suggested model identification items.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.