Description Usage Arguments Value See Also Examples
Run archetypes algorithm repeatedly
1 | stepArchetypes(..., k, nrep = 3, method = archetypes, verbose = TRUE)
|
... |
Passed to the specific archetype function. |
k |
A vector of integers passed in turn to the k
argument of |
nrep |
For each value of |
method |
Archetypes function to use, typically
|
verbose |
Show progress during exection. |
A list with k
elements and class attribute
stepArchetypes
. Each element is a list of class
repArchetypes
with nrep
elements; only for
internal usage.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Loading required package: modeltools
Loading required package: stats4
Loading required package: nnls
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.