plot.summary.elastic_net {bonsaiforest}R Documentation

Forest plot Summary Elastic Net

Description

Plot the forest plot of the summary of a elastic_net object.

Usage

## S3 method for class 'summary.elastic_net'
plot(x, ...)

Arguments

x

(summary.elastic_net)
summary of a elastic_net object.

...

Additional arguments to plot.

Value

Forest plot

Examples

plot(summary(elastic_net_fit_surv))

[Package bonsaiforest version 0.1.0 Index]