3

In a survival analysis, is it possible to use a likelihood based measure like AIC to compare the fit obtained from a Cox model and a parametric regression model? I have seen different views, from (1) no you can't to (2) finding a variety of published papers that do so!

While the more I think about it the more I wonder what is the AIC in the Cox model (given that you do not assume a model for the distribution, how would you calculate a likelihood to begin with?), I was hoping that someone could provide a definitive answer to whether this AIC comparison is possible or not and, if not, what are the suggested ways to choose between the two approaches.

Many thanks in advance for any feedback sent this way.

Tiago Marques
  • 31
  • 1
  • 2
  • This might help - https://www.mailman.columbia.edu/research/population-health-methods/time-event-data-analysis. Good site for investigation of your question – David Hall Oct 10 '17 at 16:53
  • 1
    A specific quote from that site that is directly on topic: "AIC cannot be used to compare parametric and semi-parametric models, however, since parametric models are based on observed event times and semi-parametric models are based on the order of event times." – EdM Oct 10 '17 at 17:38
  • @DavidHall Many thanks - very useful resource – Tiago Marques Oct 11 '17 at 08:28

1 Answers1

-1

The AIC can only be used to compare results derived from the same sample for the same outcome estimated from the same procedure with differing independent variables. The AIC is based on maximum likelihood estimators intrinsic to a given model. One cannot compare between models as they do not share MLEs. For example, one can generate AIC for linear regression and Poisson regression models, which are not comparable. That Cox regression and parametric regression measure time-to-event make them no more comparable.

Todd D
  • 1,649
  • 1
  • 9
  • 18
  • This answer is incorrect. One can compare AIC across models with different responses (e.g. Poisson vs Gaussian), with our without the same covariates. What you can't do is compare models which have used different data. – Tiago Marques Oct 11 '17 at 08:27
  • I can not locate a citation which firmly suggests that AIC can be compared for two distinct procedures. The following CV post suggests comparison is not feasible in this case. https://stats.stackexchange.com/questions/139201/model-selection-can-i-compare-the-aic-from-models-of-count-data-between-linear – Todd D Nov 25 '17 at 21:59