Archetypes object constructor
as.archetypes(object, k, alphas, rss, iters = NULL, call = NULL,
history = NULL, kappas = NULL, betas = NULL, zas = NULL,
family = NULL, familyArgs = NULL, residuals = NULL, weights = NULL,
reweights = NULL, scaling = NULL)A list with an element for each parameter and class
attribute archetypes.
The archetypes; a \(p \times m\) matrix,
see parameters-methods.
The number of archetypes;
The coefficients; a \(n \times p\)
matrix, see coef.
The residual sum of squares; see
rss.archetypes.
The number of iterations to the convergence.
The call of the archetypes
function.
If saveHistory set then an
environment with the archetypes object for each execution
step;
The kappas for each system of linear equations.
The data coefficients; a \(p \times n\) matrix.
The temporary archetypes.
The archetypes family.
Additional arguments for family blocks.
The residuals.
The data weights.
The data reweights.
The scaling parameters of the data.
Other archetypes: archetypesFamily;
archetypes; robustArchetypes;
weightedArchetypes