
Generate Patient-Level Summary of Nodal Anatomical Locations
Source:R/emii_get_lymph_nodes_statd.R
get_nodal_location_patient_summary.Rd
Creates a formatted summary table showing the number and percentage of patients who have at least one lymph node in each anatomical location from EMBRACE-II at diagnosis.
Examples
if (FALSE) { # \dontrun{
emii_data <- load_embrace_ii()
patient_summary <- get_nodal_location_patient_summary(emii_data)
} # }