randomizeBE (version 0.3-5)

print.rl4: S3 method print for class "rl4"

Description

Prints the randomization list including a summary if needed.

Usage

# S3 method for rl4
print(x, sumry=FALSE, ...)

Value

Returns invisible x.

Arguments

x

Object of class "rl4".

sumry

If set to TRUE a summary of the randomization will be shown.
This summary contains the p-value of runs test of randomness if 2 sequences are used.

...

Additional arguments. None used.

Author

D. Labes

See Also

RL4

Examples

Run this code
# 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)

Run the code above in your browser using DataCamp Workspace