Build an analysis-ready dataset from normalized CCE tables
Source:R/data-build.R
build_analysis_dataset.RdBuild an analysis-ready dataset from normalized CCE tables
Usage
build_analysis_dataset(
patient_baseline,
treatment_episodes,
outcomes,
biomarkers = NULL,
spec
)Arguments
- patient_baseline
Baseline patient table.
- treatment_episodes
Treatment-episode table with a single index row per patient.
- outcomes
Outcome table.
- biomarkers
Optional biomarker table.
- spec
A
cce_spec()object.