head_neck_cancer: Head and neck cancer

head_neck_cancerR Documentation

Head and neck cancer

Description

Time-to-event data a randomized clinical trial to compare two therapies for head and neck cancer.51 patients were treated with radiation only and 45 patients treated with radiation plus chemotherapy. The variables are:

Usage

head_neck_cancer

Format

A data frame with 96 observations.

Details

  • Time: time (in days) to recurrence of the cancer.

  • Therapy: treatment applied to the patients.

  • Status: censorship indicators.

References

\insertRef

Khan2018EstimationTools

Examples

data(head_neck_cancer)
par(mfrow = c(1,2))
hist(head_neck_cancer$Time, main="", xlab="Time (Days)")
plot(head_neck_cancer$Time, xlab = "Patient (subjects)", lty = 3, type="h")


Jaimemosg/EstimationTools documentation built on Oct. 23, 2023, 10 a.m.