powered by
Creates output labels for the randomized groups.
outputLab(dataOut, blind, origP, maxRows, maxCols, newPack)
A dataset to be used for packing lists.
Dataset to be formatted for packing list.
Indicator 0/1 select if a blinded (1) or unblinded(0) packing list is to be generated.
Indicator, 0/1, inclusion of the original packing location (1) or deletion of the packing location (0).
Maximum row for the output dataset.
Maximum column for the output dataset.
0/1 indicator to generate new packing locations.
blind <- outputLab(dataOut=serumRand,blind=1,origP=0,maxRows=9,maxCols=9,newPack=1) unBlindSw <- outputLab(serumSwitchP,blind=0,origP=.,maxRows=.,maxCols=.,newPack=0)
Run the code above in your browser using DataLab