switchR: Switching Generating Function

View source: R/switchR.R

switchRR Documentation

Switching Generating Function

Description

Minimizes switches without completely re-randomizing the locations.

Usage

switchR(dataIn, numqc, numqcM, batchS)

Arguments

dataIn

Randomized dataset.

numqc

Number of QC samples per set.

numqcM

Numberof QC matching samples.

batchS

New batch size.

Value

A dataset with switches indicated.

Examples

serumSwitch <- switchR(dataIn=serumRand,numqc=2,numqcM=2,batchS=43)

permRand documentation built on Sept. 9, 2025, 5:43 p.m.