plot.AccurateGLM: Plot coefficients from an AccurateGLM object

Description Usage Arguments

View source: R/plot-aglm.R

Description

Plot coefficients from an AccurateGLM object

Usage

1
2
3
## S3 method for class 'AccurateGLM'
plot(model, vars = NULL, verbose = TRUE,
  s = NULL, resid = TRUE, ask = TRUE, layout = c(2, 2), ...)

Arguments

model

An AccurateGLM object.

vars

An integer or character vectors (indices or names) specifying which variables should be plotted.

verbose

If TRUE, outputs details.

s

A numeric value specifying lambda value at which plotting is required. Note that this function can't plot for multiple lambda values, so it allows only single s value (which means model is trained with multiple lambda values and plot with one of them), or s=NULL (which means model is trained with single lambda value and plot with that value).

resid

A boolean value which indicates plot residuals.

ask

A boolean value which indicates ask if go to next plot.

layout

A pair of integer values which indicates how many plots are drawn rawwise and columnwise respectively.


kazuzowo/aglm-LVar documentation built on Dec. 10, 2019, 12:13 a.m.