plot.grpregOverlap: Plot object "grpregOverlap"

Description Usage Arguments Author(s) See Also Examples

Description

Plot the paths of estimated coefficients, latent coefficients (default), or L2 norms of the groups for a fitted object "grpregOverlap".

Usage

1
2
## S3 method for class 'grpregOverlap'
plot(x, legend.loc, alpha = 1, latent = TRUE, log.l = FALSE, norm = FALSE, ...)

Arguments

x

The fitted "grpregOverlap" object.

legend.loc

Where to put the legend? If left unspecified, no legend is drawn. See legend for details.

alpha

Controls alpha-blending. Default is alpha=1.

latent

Should plot the paths of latent coefficients? Default is TRUE. Note \hat{γ} is used as the label of y axis to represent latent coefficient vector.

log.l

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

norm

If TRUE, plot the norm of each group, rather than the individual coefficients. Note that the norm is of latent coefficients.

...

Other graphical parameters to plot, matlines, or legend.

Author(s)

Yaohui Zeng and Patrick Breheny

Maintainer: Yaohui Zeng <yaohui-zeng@uiowa.edu>

See Also

grpregOverlap

Examples

1
## See examples in 'grpregOverlap'

grpregOverlap documentation built on May 2, 2019, 4:47 a.m.