View source: R/ConstrainedOrdinalLogisticBiplot.R
ConstrainedOrdinalLogisticBiplot | R Documentation |
Constrained Ordinal Logistic Biplot or Redundancy Analysis for Ordinal Data based on logistic responses
ConstrainedOrdinalLogisticBiplot(Y, X, dim = 2, Scaling = 5,
tolerance = 1e-05, maxiter = 100, penalization = 0.1, show = FALSE)
Y |
A binary data matrix |
X |
A matrix of predictors |
dim |
Dimension of the Solution |
Scaling |
Transformation of the columns of the predictor matrix. |
tolerance |
Tolerance for the algorithm |
maxiter |
Maximum number of iterations. |
penalization |
Penalization for the fit (ridge) |
show |
Show each step ot the fit |
Constrained Ordinal Logistic Biplot or Redundancy Analysis for Ordinal Data based on logistic responses.
An ordinal logistic Biplot with the reponse and the predictive variables projected onto it.
Jose Luis Vicente-Villardon
Vicente-Villardon, J. L., & Vicente-Gonzalez, L. Redundancy Analysis for Binary Data Based on Logistic Responses in Data Analysis and Rationality in a Complex World. Springer.
# not yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.