View source: R/AddOrdVars2Biplot.R
AddOrdVars2Biplot | R Documentation |
Adds supplementary ordinal variables to an existing biplot objects.
AddOrdVars2Biplot(bip, Y, tol = 1e-06, maxiterlogist = 100,
penalization = 0.2, showiter = TRUE, show = FALSE)
bip |
A biplot object. |
Y |
A matrix of ordinal variables. |
tol |
Tolerance. |
maxiterlogist |
Maximum number of iterations for the logistic fit. |
penalization |
Penalization for the logistic fit |
showiter |
Should the itrations be shown on screen |
show |
Show details. |
Adds supplementary ordinal variables to an existing biplot objects.
An object with the information of the fits
Jose Luis Vicente-Villardon
Vicente-Villardon, J. L., & Hernandez-Sanchez, J. C. (2020). External Logistic Biplots for Mixed Types of Data. In Advanced Studies in Classification and Data Science (pp. 169-183). Springer, Singapore.
# not yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.