Learn R Programming

permRand (version 1.0.0)

batchCount: Tests the number in each batch.

Description

Counts the number of samples that are in each of the batches.

Usage

batchCount(dataS, batchSizeT)

Value

The ID of any batch that does not contain the specified number of samples.

Arguments

dataS

Test dataset.

batchSizeT

Batch size to test for.

Examples

Run this code
test <- batchCount(dataS=serumRand,batchSizeT=84)

Run the code above in your browser using DataLab