#' A package for modeling ridge regression
#' @description
#' Ridge regression can be a good alternative when we have a lot of covariates (when p > n) or in the
#' situation of multicollinearity. More information on ridge regression can be found in chapter 3.4.1 in [1].
#' @docType package
#' @name BONUS
#' @author Nour Qweder until nu ^_^
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.