Skip to contents

Adds a binary indicator column showing whether each patient has experienced any side effect meeting the specified grade threshold.

Usage

add_grade_ctcae_event_column(df, grade_threshold)

Arguments

df

DataFrame containing patient data

grade_threshold

Numeric, the CTCAE grade threshold to check for

Value

DataFrame with an additional indicator column for grade-specific events