bamlss (version 1.2-3)

boost2: Some Shortcuts

Description

Some simple shortcuts to model fitting engines.

Usage

## BayesX.
bayesx2(...)

## Gradient boosting. boost2(...)

## Lasso. lasso2(...)

Value

A bamlss object.

Arguments

...

Arguments passed to bamlss and predict.bamlss.

See Also

bamlss, boost, lasso, BayesX

Examples

Run this code
if (FALSE) ## Simulate data.
set.seed(123)
d <- GAMart()

## Estimate model.
f <- num ~ s(x1) + s(x2) + s(x3) + s(lon,lat)

## Boosted model.
b <- boost2(f, data = d)

## Plot estimated effects.
plot(b)

Run the code above in your browser using DataLab