Computes the leave-one-out cross-validation statistic (the mean of PRESS
-- prediction residual sum of squares), AIC, corrected AIC, BIC and adjusted
R^2 values for a linear model.
Usage
CV(obj)
Value
Numerical vector containing CV, AIC, AICc, BIC and AdjR2 values.