pathplot {bamlss}R Documentation

Plot Coefficients Paths

Description

This is a simple wrapper function to plot coefficients paths obtained from the boosting optimizer function boost and the LASSO optimizer lasso.

Usage

pathplot(object, ...)

Arguments

object

An object of class "bamlss".

...

Arguments passed to boost_plot or lasso_plot.

See Also

boost_plot, lasso_plot


[Package bamlss version 1.2-3 Index]