[social4i size="small" align="align-left"][This article was first published onT. Moudiki's Webpage - R, and kindly contributed toR-bloggers]. (You can report issue about the content on this pagehere)Want to share your content on R-bloggers?click hereif you have a blog, orhereif you don't.options(repos = c(
techtonique = "https://r-packages.techtonique.net",
CRAN = "https://cloud.r-project.org"
))
install.packages(c("ahead", "misc", "fpp2", "glmnet"))
sets <- list(USAccDeaths, AirPassengers, fpp2::a10, fdeaths)
# Default: ridge
par(mfr
...
继续阅读
(2)