summary.modid | R Documentation |
modid
The summary method for the modid()
function.
## S3 method for class 'modid'
summary(object, ..., digits = 4)
object |
A S3 object of class |
... |
Additional arguments. |
digits |
The number of digits shown per estimate. The default is |
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.
Erik Forsberg
## 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)
# Call to summary
summary(id)
# Call to summary rounded off to 2 digits
summary(id, digits = 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.