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
)An object of class fastrerandomize_randomizations.
A matrix or array where each row (or slice) represents one randomization.
A numeric vector or similar object holding balance statistics
for each randomization, or NULL if not applicable.
Associated fastrr_env environment.
The function call, if you wish to store it for reference (optional).