In this exercise you will:
predict patient survival time in a Drug trial based on age and type of drug. Obtain the data using:
N.B. The StudyTime
is the response for this analysis.
The indicator of death is used if we advance this analysis to use
“survival analysis” techniques, which are beyond the scope of this
course.
Fit a GLM and compare the use of link=log to link=identity.
You should compare your work with the solutions for this workshop.