
Combine Outcomes Data from EMBRACE-I and EMBRACE-II
Source:R/get_combined_outcomes.R
get_combined_outcomes.Rd
Loads and combines outcome data from both EMBRACE studies, ensuring consistent variable names and structure for comparative analysis.
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)
} # }