Learn R Programming

⚠️There's a newer version (2.9-11) of this package.Take me there.

mboost

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

Copy Link

Version

Install

install.packages('mboost')

Monthly Downloads

3,971

Version

2.9-2

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Benjamin Hofner

Last Published

February 18th, 2020

Functions in mboost (2.9-2)

IPCweights

Inverse Probability of Censoring Weights
FP

Fractional Polynomials
boost_control

Control Hyper-parameters for Boosting Algorithms
boost_family-class

Class "boost\_family": Gradient Boosting Family
varimp

Variable Importance
confint.mboost

Pointwise Bootstrap Confidence Intervals
Family

Gradient Boosting Families
mboost

Gradient Boosting for Additive Models
survFit

Survival Curves for a Cox Proportional Hazards Model
cvrisk

Cross-Validation
mboost_intern

Call internal functions.
stabsel

Stability Selection
blackboost

Gradient Boosting with Regression Trees
mboost_fit

Model-based Gradient Boosting
mboost-package

mboost: Model-Based Boosting
methods

Methods for Gradient Boosting Objects
glmboost

Gradient Boosting with Component-wise Linear Models
baselearners

Base-learners for Gradient Boosting
plot

Plot effect estimates of boosting models