powered by
The function formatRand formats the dataset for the randomization function. This function inputs serum data for both the study subjects and QC.
formatRand
formatRand(QCdata, serumIDR, serumPack)
A dataset that is formatted and ready for the randomization file.
QC data.
Serum data with serumIDs.
Serum data with packing lists.
serumMaster <- formatRand(QCdata=QCMaster,serumIDR=serumIDs,serumPack=serumLoc)
Run the code above in your browser using DataLab