Skip to content

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

Notifications You must be signed in to change notification settings

boost-R/betaboost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages