BinaryLogBiplotMirt {MultBiplotR} | R Documentation |
Binary logistic biplot with Item Response Theory.
Description
Binary logistic biplot with Item Response Theory.
Usage
BinaryLogBiplotMirt(x, dimens = 2, tolerance = 1e-04,
maxiter = 30, penalization = 0.2, Rotation = "varimax", ...)
Arguments
x |
The binary Data matrix |
dimens |
Dimension of the solution |
tolerance |
Tolerance of the algorithm |
maxiter |
Maximum number of iterations |
penalization |
Rige Penalization |
Rotation |
Should a rotation be applied? |
... |
Aditional argumaents. |
Details
Binary logistic biplot with Item Response Theory.
Value
A logistic biplot object.
Author(s)
Jose Luis Vicente Villardon
References
Vicente-Villardón, J. L., Galindo-Villardón, M. P., & Blázquez-Zaballos, A. (2006). Logistic biplots. Multiple correspondence analysis and related methods. London: Chapman & Hall, 503-521.
Examples
# Not yet
[Package MultBiplotR version 23.11.0 Index]