batchCount: Tests the number in each batch.

batchCountR Documentation

Tests the number in each batch.

Description

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

Usage

batchCount(dataS, batchSizeT)

Arguments

dataS

Test dataset.

batchSizeT

Batch size to test for.

Value

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

Examples

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

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