Learn R Programming

archetypes (version 1.0)

as.archetypes: Archetypes object constructor.

Description

Archetypes object constructor.

Usage

as.archetypes(archetypes, k, alphas, rss, iters, call, history, kappas,
    betas, zas)

Arguments

archetypes
The archetypes; a $p \times m$ matrix, see atypes.
k
The number of archetypes;
alphas
The coefficients; a $n \times p$ matrix, see alphas.
rss
The residual sum of squares; see rss.
iters
The number of iterations to the convergence.
call
The call of the archetypes function.
history
If saveHistory set then an environment with the archetypes object for each execution step;
kappas
The kappas for each system of linear equations.
betas
The data coefficients; a $p \times n$ matrix.
zas
The temporary archetypes.

Value

  • A list with an element for each parameter and class attribute archetypes.

See Also

archetypes, atypes, ntypes, rss, adata, alphas, ahistory, nhistory