summary-method | R Documentation |
Transforms coefficients into a standardized factor loading's metric. For MixedClass
objects,
the fixed and random coefficients are printed. Note that while the output to the console is rounded
to three digits, the returned list of objects is not. For simulations, use
output <- summary(mod, verbose = FALSE)
to suppress the console messages.
## S4 method for signature 'SingleGroupClass'
summary(
object,
rotate = "oblimin",
Target = NULL,
suppress = 0,
suppress.cor = 0,
verbose = TRUE,
...
)
object |
an object of class |
rotate |
a string indicating which rotation to use for exploratory models, primarily
from the Rotations currently supported are: For models that are not exploratory this input will automatically be set to |
Target |
a dummy variable matrix indicting a target rotation pattern. This is required for
rotations such as |
suppress |
a numeric value indicating which (possibly rotated) factor loadings should be suppressed. Typical values are around .3 in most statistical software. Default is 0 for no suppression |
suppress.cor |
same as |
verbose |
logical; allow information to be printed to the console? |
... |
additional arguments to be passed |
Chalmers, R., P. (2012). mirt: A Multidimensional Item Response Theory Package for the R Environment. Journal of Statistical Software, 48(6), 1-29. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v048.i06")}
coef-method
## Not run:
x <- mirt(Science, 2)
summary(x)
summary(x, rotate = 'varimax')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.