Archetypes object constructor
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)
object |
The archetypes; a p \times m matrix,
see |
k |
The number of archetypes; |
alphas |
The coefficients; a n \times p
matrix, see |
rss |
The residual sum of squares; see
|
iters |
The number of iterations to the convergence. |
call |
The call of the |
history |
If |
kappas |
The kappas for each system of linear equations. |
betas |
The data coefficients; a p \times n matrix. |
zas |
The temporary archetypes. |
family |
The archetypes family. |
familyArgs |
Additional arguments for family blocks. |
residuals |
The residuals. |
weights |
The data weights. |
reweights |
The data reweights. |
scaling |
The scaling parameters of the data. |
A list with an element for each parameter and class
attribute archetypes
.
Other archetypes: archetypesFamily
;
archetypes
; robustArchetypes
;
weightedArchetypes
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.