Toxicity and quality of life data from the LUX‑Lung 3 and 6 trials
Source:R/data.R
luxlung3_6_toxicity.RdThis dataset contains simulated toxicity data pooled from the LUX‑Lung 3 and LUX‑Lung 6
randomized clinical trials (RCTs), including both any‑grade (G1–4) and severe (G3–4)
adverse events. It also includes patient‑reported quality of life (QoL) scores stored in
the qol column. The dataset provides the number of patients per trial arm. Please
refer to the accompanying documentation or vignette for details on how QoL scores are
defined and interpreted.
Format
A data frame with X rows and Y variables:
- EventName
Name of the adverse event.
- SystemOrganClass
System organ class for the adverse event.
- Incidence_G1_4_Control
Incidence (%) of any‑grade (G1–4) toxicity in the control arm.
- Incidence_G1_4_Experimental
Incidence (%) of any‑grade (G1–4) toxicity in the experimental arm.
- Incidence_G3_4_Control
Incidence (%) of severe (G3–4) toxicity in the control arm.
- Incidence_G3_4_Experimental
Incidence (%) of severe (G3–4) toxicity in the experimental arm.
- qol
Numeric QoL score associated with each adverse event.
- N_patients
Named numeric vector with the number of patients per trial arm.