I have constructed several models in R and used a model selection process to select the most appropriate model based on AIC values. However, I am wanting to use AICc for model selection, not AIC. I can calculate AICc values for each model, but was wondering if I also need to convert the AIC weight, cumulative weight and delta values as well so that they are relevant to the new AICc values and not the old AIC values? I provide an example below of the model comparison using AIC. Thanks in advance.
nPars AIC delta AICwt cumltvWt
model1 6 157.25 0.00 9.4e-01 0.94
model3 3 162.72 5.47 6.1e-02 1.00
model2 5 178.70 21.44 2.1e-05 1.00
modelnull 2 180.40 23.15 8.8e-06 1.00