Skip to contents

Generates a summary table comparing dosimetric parameters between EMBRACE-I and EMBRACE-II datasets. The function selects relevant dosimetric parameters from both studies, combines them, and performs statistical comparisons to identify significant differences between the two cohorts.

Usage

emii_get_dosimetric_parameter_status()

Value

A gtsummary object containing the comparative summary table with p-values

Examples

if (FALSE) { # \dontrun{
# Generate dosimetric parameter comparison table
summary_table <- emii_get_dosimetric_parameter_status()
} # }