Skip to content

Boosting models for fitting generalized additive models for location, shape and scale (GAMLSS) to potentially high dimensional data. The current relase version can be found on CRAN (https://cran.r-project.org/package=gamboostLSS).

Notifications You must be signed in to change notification settings

sbrockhaus/gamboostLSS

 
 

Repository files navigation

gamboostLSS

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

gamboostLSS implements boosting algorithms for fitting generalized linear, additive and interaction models for to potentially high-dimensional data. Instead of modeling only the mean, gamboostLSS enables the user to model various distribution parameters such as location, scale and shape at the same time (hence the name GAMLSS, generalized additive models for location, scale and shape).

Using gamboostLSS

Issues & Feature Requests

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

Installation

  • Current version (from CRAN):

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

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

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

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

    install.packages("devtools")
    

About

Boosting models for fitting generalized additive models for location, shape and scale (GAMLSS) to potentially high dimensional data. The current relase version can be found on CRAN (https://cran.r-project.org/package=gamboostLSS).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.7%
  • Shell 0.3%