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 |
( |
... |
Additional arguments to plot. |
Value
Forest plot
Examples
plot(summary(elastic_net_fit_surv))
[Package bonsaiforest version 0.1.0 Index]