formatRand: Formats data

View source: R/formatRand.R

formatRandR Documentation

Formats data

Description

The function formatRand formats the dataset for the randomization function. This function inputs serum data for both the study subjects and QC.

Usage

formatRand(QCdata, serumIDR, serumPack)

Arguments

QCdata

QC data.

serumIDR

Serum data with serumIDs.

serumPack

Serum data with packing lists.

Value

A dataset that is formatted and ready for the randomization file.

Examples

serumMaster <- formatRand(QCdata=QCMaster,serumIDR=serumIDs,serumPack=serumLoc)

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