boost2 | R Documentation |
Some simple shortcuts to model fitting engines.
## BayesX.
bayesx2(...)
## Gradient boosting.
boost2(...)
## Lasso.
lasso2(...)
... |
Arguments passed to |
A bamlss
object.
bamlss
, boost
, lasso
, BayesX
## Not run: ## 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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.