Learn R Programming

archetypes (version 2.0-2)

archetypes-deprecated: Deprecated functions in archetypes package

Description

These functions are provided for compatibility with older versions of archetypes only, and may be defunct as soon as the next release.

Usage

atypes(zs, ...)
ntypes(zs, ...)
adata(zs, ...)
alphas(zs, ...)
betas(zs, ...)
iters(zs, ...)
ahistory(zs, ...)
nhistory(zs, ...)

Arguments

zs
An archetypes-related object.
...
Further arguments.

Value

  • atypes: Archetypes matrix. ntypes: Number of archetypes. adata: Approximated data matrix. alphas: Alpha matrix. betas: Beta matrix. iters: Number of iterations. ahistory: The archetypes object of the requested step. nhistory: The number of history steps available.

Details

atypes: replaced by parameters. ntypes: replaced by nparameters. adata: replaced by fitted. alphas: replaced by coef. betas: replaced by coef. iters: removed. ahistory: removed; see memento. nhistory: removed; see memento.