The package greybox contains functions for model building, which is currently done via the model selection and combinations based on information criteria. The resulting model can then be used in analysis and forecasting.
There are several groups of functions in the package.
glm()
function, but with a different set of distributions and with a focus on forecasting.The stable version of the package is available on CRAN, so you can install it by running:
install.packages("greybox")
A recent, development version, is available via github and can be installed using "remotes" in R. First make sure that you have remotes:
if (!require("remotes")){install.packages("remotes")}
and after that run:
remotes::install_github("config-i1/greybox")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.