outputLab | R Documentation |
Creates output labels for the randomized groups.
outputLab(dataOut, blind, origP, maxRows, maxCols, newPack)
dataOut |
Dataset to be formatted for packing list. |
blind |
Indicator 0/1 select if a blinded (1) or unblinded(0) packing list is to be generated. |
origP |
Indicator, 0/1, inclusion of the original packing location (1) or deletion of the packing location (0). |
maxRows |
Maximum row for the output dataset. |
maxCols |
Maximum column for the output dataset. |
newPack |
0/1 indicator to generate new packing locations. |
A dataset to be used for packing lists.
blind <- outputLab(dataOut=serumRand,blind=1,origP=0,maxRows=9,maxCols=9,newPack=1)
unBlindSw <- outputLab(serumSwitchP,blind=0,origP=.,maxRows=.,maxCols=.,newPack=0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.