Skip to contents

Loads and combines outcome data from both EMBRACE studies, ensuring consistent variable names and structure for comparative analysis.

Usage

get_combined_outcomes()

Value

A tibble containing combined outcome data from both studies with: - Time-to-event variables for disease progression and vital status - Event indicators for various failure types (local, nodal, systemic) - Event indicators for specific anatomical locations - Composite endpoint indicators (locoregional, distant, disease control) - A 'study' identifier column to distinguish between cohorts

Examples

if (FALSE) { # \dontrun{
combined_data <- get_combined_outcomes()
table(combined_data$study)
} # }