sampling | R Documentation |
Sampling from current dataset
sampling(object = NULL, prime.factor = NULL, important.factor = NULL,
sample.size = NULL, name = NULL, fast.mode = FALSE)
object |
Cookie object |
prime.factor |
The unique prime factor. |
important.factor |
the important factors |
sample.size |
Sample size |
name |
A name for this run. e.g. test1 |
fast.mode |
A fast version of PAM algorithm in R package "cluster".By default is FALSE. Users can set this value to 3, 4, or 5 to use FastPAM (https://stat.ethz.ch/R-manual/R-patched/library/cluster/html/pam.html) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.