Last chance! 50% off unlimited learning
Sale ends in
The function provide model selection summaries using AIC, AICc, BIC, Mallow's lm
lm.select(lms, deltaAIC = FALSE)
A list containing linear models.
Logical; Should a
# NOT RUN {
Y <- rnorm(100)
X1 <- rnorm(100)
X2 <- rnorm(100)
lms <- list(lm(Y ~ X1), lm(Y ~ X1 + X2))
lm.select(lms)
# }
Run the code above in your browser using DataLab