Skip to contents

Generates a summary table comparing critical parameters between EMBRACE I and II datasets. The function analyzes key clinical and treatment parameters, calculates the proportion of missing data for each parameter, and performs statistical comparisons between the two study cohorts.

Usage

emii_get_critical_parameter_status(save_excel = FALSE)

Arguments

save_excel

Logical; if TRUE, saves the summary table as an Excel file (default: FALSE)

Value

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

Examples

if (FALSE) { # \dontrun{
# Generate summary table
summary_table <- emii_get_critical_parameter_status()

# Generate and save to Excel
summary_table <- emii_get_critical_parameter_status(save_excel = TRUE)
} # }