sampleSizeTest | R Documentation |
Run sample size test for current dataset
sampleSizeTest(object = NULL, prime.factor = NULL, size.range = NULL,
name = NULL, fast.mode = FALSE)
object |
Cookie object |
prime.factor |
The unique prime factor. |
size.range |
Sample size range |
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.