I have calculated AIC by using R-studio to compare models. However, I got the following both negative and positive AIC
AIC 8.52 0.41 -7.70 -5.84 -3.84 -2.10
Should I select the negative AIC or positive AIC?
Should I select the absolute value of AIC?
Should I select the lowest AIC although it is the negative value?
Which model should I choose?
I am a bit confuse because normally I get the positive value of AIC.
Thank you.