as.archetypes {archetypes} | R Documentation |
Archetypes object constructor
Description
Archetypes object constructor
Usage
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)
Arguments
object |
The archetypes; a |
k |
The number of archetypes; |
alphas |
The coefficients; a |
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 |
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. |
Value
A list with an element for each parameter and class
attribute archetypes
.
See Also
Other archetypes: archetypesFamily
;
archetypes
; robustArchetypes
;
weightedArchetypes