Description Usage Arguments Value
View source: R/create_dummy_data.R
Create dummy CT data
1 2 3 4 5 | create_dummy_dataset(
number_of_patients = 100,
perc_missing_data = 0.05,
use_seed = NA
)
|
number_of_patients |
The number of patients in the dataset (default=100) |
perc_missing_data |
What percentage of data should be missing (default=0.05) |
use_seed |
A seed to use (default=NA, i.e., no specified seed) |
Data objects for dummy dataset as a list: (1) the data, (2) the vocabulary, (3) the glossary. The vocabulary tells you what values each column can take. The glossary gives you a display string for each column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.