create_dummy_dataset: Create dummy CT data

Description Usage Arguments Value

View source: R/create_dummy_data.R

Description

Create dummy CT data

Usage

1
2
3
4
5
create_dummy_dataset(
  number_of_patients = 100,
  perc_missing_data = 0.05,
  use_seed = NA
)

Arguments

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)

Value

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.


LisaHopcroft/CTutils documentation built on Oct. 7, 2021, 11:08 p.m.