README.md

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")



Try the betaboost package in your browser

Any scripts or data that you put into this service are public.

betaboost documentation built on May 2, 2019, 7:28 a.m.