sampling: sampling

View source: R/process.R

samplingR Documentation

sampling

Description

Sampling from current dataset

Usage

sampling(object = NULL, prime.factor = NULL, important.factor = NULL,
  sample.size = NULL, name = NULL, fast.mode = FALSE)

Arguments

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)


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