print.rl4 {randomizeBE} | R Documentation |
S3 method print
for class "rl4"
Description
Prints the randomization list including a summary if needed.
Usage
## S3 method for class 'rl4'
print(x, sumry=FALSE, ...)
Arguments
x |
Object of class "rl4". |
sumry |
If set to TRUE a summary of the randomization will be shown. |
... |
Additional arguments. None used. |
Value
Returns invisible x.
Author(s)
D. Labes
See Also
Examples
# block randomization of 12 subjects for a reference replicate study
# and demonstration of the S3 print method
rl <- RL4(nsubj=12, blocksize=6, seqs=c("TRR","RTR","RRT"), seed=0)
print(rl, sumry=TRUE)
[Package randomizeBE version 0.3-6 Index]