plot.glmmsel {glmmsel}R Documentation

Plot function for glmmsel object

Description

Plots the coefficients as a function of the regularisation parameter.

Usage

## S3 method for class 'glmmsel'
plot(x, cluster = NULL, ...)

Arguments

x

an object of class glmmsel

cluster

the cluster whose coefficients to plot

...

any other arguments

Value

A plot of the coefficient profiles.

Author(s)

Ryan Thompson <ryan.thompson-1@uts.edu.au>


[Package glmmsel version 1.0.3 Index]