plot.mbiglasso: Plot coefficients from a "mbiglasso" object

View source: R/plot.mbiglasso.R

plot.mbiglassoR Documentation

Plot coefficients from a "mbiglasso" object

Description

Produce a plot of the coefficient paths for a fitted multiple responses mbiglasso object.

Usage

## S3 method for class 'mbiglasso'
plot(x, alpha = 1, log.l = TRUE, norm.beta = TRUE, ...)

Arguments

x

Fitted "mbiglasso" model.

alpha

Controls alpha-blending, helpful when the number of covariates is large. Default is alpha=1.

log.l

Should horizontal axis be on the log scale? Default is TRUE.

norm.beta

Should the vertical axis be the l2 norm of coefficients for each variable? Default is TRUE. If False, the vertical axis is the coefficients.

...

Other graphical parameters to plot

Author(s)

Chuyi Wang

Maintainer: Chuyi Wang <wwaa0208@gmail.com>

See Also

biglasso,

Examples


## See examples in "biglasso"


biglasso documentation built on Oct. 6, 2022, 1:07 a.m.