sampleSizeTest: sampleSizeTest

View source: R/process.R

sampleSizeTestR Documentation

sampleSizeTest

Description

Run sample size test for current dataset

Usage

sampleSizeTest(object = NULL, prime.factor = NULL, size.range = NULL,
  name = NULL, fast.mode = FALSE)

Arguments

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)


LeiLi-Uchicago/Cookie documentation built on Jan. 26, 2024, 2:01 p.m.