as.archetypes {archetypes}R Documentation

Archetypes object constructor.

Description

Archetypes object constructor.

Usage

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

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.

Value

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

See Also

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


[Package archetypes version 0.1 Index]