I'm studying survival analysis.
I estimated both Cox regression model and Buckley&James regression model.
In order to determine which model is better for my dataset, I used Akaike Information Criteria (AIC). Well, How to find AIC values for both models using R software?
For a coxph object (the Cox regression) you can use the extractAIC command from the stats package. For more details see here.