Exercise 13. Modelling the diet data using Cox regression


Now fit a model to the localised melanoma data where the outcome is observed survival (i.e. all deaths are considered to be events).

You may have to install the required packages the first time you use them. You can install a package by install.packages("package_of_interest") for each package you require.

Load the melanoma data and explore it.

(a)

Fit the following Poisson regression model to the diet data (we fitted this same model in question 6). Now fit the following Cox model.

  1. On what scale are we measuring ‘time’ ? That is, what is the timescale?
  2. Is it correct to say that both of these models estimate the effect of high energy on CHD without controlling for any potential confounders? If not, how are these models conceptually different?
  3. Would you expect the parameter estimates for these two models to be very different? Is there a large difference?

(b)

Use the attained age as the timescale and refit the Cox model. Is the estimate of the effect of high energy different? Would we expect it to be different?