outputLab: Output labels.

View source: R/outputLab.R

outputLabR Documentation

Output labels.

Description

Creates output labels for the randomized groups.

Usage

outputLab(dataOut, blind, origP, maxRows, maxCols, newPack)

Arguments

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.

Value

A dataset to be used for packing lists.

Examples

blind <- outputLab(dataOut=serumRand,blind=1,origP=0,maxRows=9,maxCols=9,newPack=1)
unBlindSw <- outputLab(serumSwitchP,blind=0,origP=.,maxRows=.,maxCols=.,newPack=0)

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