View source: R/FRR_S3Constructors.R
fastrerandomize_class | R Documentation |
Create an S3 object of class fastrerandomize_randomizations
that stores
the randomizations (and optionally balance statistics) generated by
functions such as generate_randomizations
.
fastrerandomize_class(
randomizations,
balance = NULL,
fastrr_env = NULL,
call = NULL
)
randomizations |
A matrix or array where each row (or slice) represents one randomization. |
balance |
A numeric vector or similar object holding balance statistics
for each randomization, or |
fastrr_env |
Associated |
call |
The function call, if you wish to store it for reference (optional). |
An object of class fastrerandomize_randomizations
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.