Sample ctas input data
sample_ctas_data.RdA subset of ctas::ctas_data containing the input data, subjects, and
parameters tables used to generate sample results.
Format
A list with four elements:
- data
Tibble with 6890 rows: subject_id, timepoint_rank, timepoint_1_name, result, parameter_id, timepoint_2_name, baseline
- subjects
Tibble with 177 rows: subject_id, site, country, region
- parameters
Tibble with 2 rows: parameter_id, parameter_name, parameter_category_1 through _3, and analysis config columns
- queries
Data frame of simulated clinical queries (approx 15\ of data points) generated by
simulate_query_data()
Source
Generated from ctas::ctas_data via data-raw/sample_data.R