R/Bonous.R

#' 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
nourqweder/Bonous documentation built on Nov. 4, 2019, 10:09 p.m.