An object of class "ContinuousBiplot" is returned.
Arguments
X
A data matrix with continuous variables.
dimension
Dimension of the final solution.
Scaling
Transformation of the raw data matrix before the calculation of the biplot.
lambda
Constant for the ridge Penalization
OptimMethod
Optimization method passed to the optim function. By default is CG (Conjugate Gradient).
Orthogonalize
Should the solution be ortogonalized.
Algorithm
Algorithm to calculate the Biplot. (Alternated, Joint, Recursive)
sup.rows
Supplementary Rows. (not working now)
sup.cols
Supplementary Columns. (not working now)
grouping
Grouping factor for the within groups transformation.
tolerance
Tolerance for convergence
num_max_iters
Maximum number of iterations.
Initial
Initial Configuration
Author
Jose Luis Vicente Villardon
Details
The function calculates a bilot using gradient descent methods. The function optim is used to optimize the loss function. By default CG (Conjugate Gradient) method is used althoug other possibilities can be used.