# 两个变量选择库## AICfitaic - stepAIClmfit direction = bothsummaryfitaic## BICk - lognrowBoston2fitbic - stepAIClmfit direction = both k = ksummaryfitbiclibraryggplot2
ggplot(data = Boston2, aes(x = lstat, y = medv)) + geom_point() + geom_smooth(method = "lm", se = FALSE, color = "red") + labs(x = "lstat", y = "medv", title = "Linear Regression")
原文地址: https://www.cveoy.top/t/topic/hY3O 著作权归作者所有。请勿转载和采集!