View source: R/RandomizationFunction.R
randomization | R Documentation |
Used to generate a randomized dataset that can be used to produce aggregated table with possible real data
randomization(import.tbl, var_identifier = "usubjid")
var_identifier |
Vector of names of variables that are identifying variables (default = "usubjid") |
data |
Dataframe to be used as a basis for a randomised dataset. |
data.frame with values synthesised based on the original dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.