1. Learn
  2. /
  3. Courses
  4. /
  5. Survival Analysis in R

Exercise

Comparing Weibull model and Kaplan-Meier estimate

Let's plot the survival curve we get from the Weibull model for the GBSG2 data!

The survival and survminer packages and the GBSG2 data are loaded for you in this exercise.

Instructions

100 XP
  • Compute the Weibull model for the GBSG2 data.
  • Compute the survival curve from the model.
  • Plot the survival curves you get from the two estimates.