boost-R / mboost

Boosting algorithms for fitting generalized linear, additive and interaction models to potentially high-dimensional data. The current relase version can be found on CRAN (http://cran.r-project.org/package=mboost).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mboost

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

mboost implements boosting algorithms for fitting generalized linear, additive and interaction models to potentially high-dimensional data.

Using mboost

For installation instructions see below.

Instructions on how to use mboost can be found in various places:

Issues & Feature Requests

For issues, bugs, feature requests etc. please use the GitHub Issues.

Installation Instructions

  • Current version (from CRAN):

    install.packages("mboost")
  • Latest patch version (patched version of CRAN package; under development) from GitHub:

    library("devtools")
    install_github("boost-R/mboost")
    library("mboost")
  • Latest development version (version with new features; under development) from GitHub:

    library("devtools")
    install_github("boost-R/mboost", ref = "devel")
    library("mboost")

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

    install.packages("devtools")

About

Boosting algorithms for fitting generalized linear, additive and interaction models to potentially high-dimensional data. The current relase version can be found on CRAN (http://cran.r-project.org/package=mboost).


Languages

Language:HTML 60.5%Language:R 32.5%Language:TeX 5.6%Language:CSS 0.6%Language:C 0.6%Language:PHP 0.1%Language:Shell 0.1%