boost-R / betaboost

R wrapper to boost beta regression via mboost and gamboostLSS. The current release version can be found on CRAN (http://CRAN.R-project.org/package=betaboost).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

betaboost

Build Status (Linux) Build status CRAN Status Badge Coverage Status

betaboost implements a wrapper for boosting beta regression for potentially high-dimensional data. The betaboost packages uses the same parametrization as betareg to make results directly comparable. The underlying boosting algorithms are implemented via the R add-on packages mboost and gamboostLSS.

Installation

Current release from CRAN:

install.packages("betaboost")
library("betaboost")

Latest development version from GitHub:

library("devtools")
install_github("boost-R/betaboost")
library("betaboost")

To be able to use the install_github() command, one needs to install devtools first:

install.packages("devtools")

About

R wrapper to boost beta regression via mboost and gamboostLSS. The current release version can be found on CRAN (http://CRAN.R-project.org/package=betaboost).


Languages

Language:R 100.0%