formatRand | R Documentation |
The function formatRand
formats the dataset for the randomization function. This function inputs serum data for both the study subjects and QC.
formatRand(QCdata, serumIDR, serumPack)
QCdata |
QC data. |
serumIDR |
Serum data with serumIDs. |
serumPack |
Serum data with packing lists. |
A dataset that is formatted and ready for the randomization file.
serumMaster <- formatRand(QCdata=QCMaster,serumIDR=serumIDs,serumPack=serumLoc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.