Learn R Programming

permRand (version 1.0.0)

switchR: Switching Generating Function

Description

Minimizes switches without completely re-randomizing the locations.

Usage

switchR(dataIn, numqc, numqcM, batchS)

Value

A dataset with switches indicated.

Arguments

dataIn

Randomized dataset.

numqc

Number of QC samples per set.

numqcM

Numberof QC matching samples.

batchS

New batch size.

Examples

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

Run the code above in your browser using DataLab