Skip to contents

Calculates the number of common iliac lymph nodes (left and right) per patient from staging data and adds this count as a new column to the dataset.

Usage

emii_add_number_common_iliac_ln_stat_d(df)

Arguments

df

A data frame containing lymph node information with anatomical positions

Value

A data frame with added `number_common_iliac_ln_stat_d` column

Examples

if (FALSE) { # \dontrun{
emii_data <- load_embrace_ii()
result <- emii_add_number_common_iliac_ln_stat_d(emii_data)
} # }