plot.glmsel: Plot 'glmsel' objects

Description Usage Arguments Details Author(s)

Description

This function produces diagnostic plots of objects of class glmsel produced by glmsel() function.

Usage

1
2
## S3 method for class 'glmsel'
plot(x, ...)

Arguments

x

an object of class 'glmsel'

...

arguments to be passed to and from other methods

Details

plot will produce residuals versus fitted values and quantile-quantile plots to diagnose the fit of a generalised linear model. If varsel="lasso" or varsel="enet" was selected as arguments in lmsel, plot(object) will produce and additional plot with lasso or elastic net variable selection paths.

Author(s)

Michal Knut 1105406k@student.gla.ac.uk.


regsel documentation built on May 2, 2019, 1:44 p.m.

Related to plot.glmsel in regsel...