plot.summary.naive {bonsaiforest}R Documentation

Forest plot Summary Naive

Description

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

Usage

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

Arguments

x

(summary.naive)
summary of a naive object.

...

Additional arguments to plot.

Value

Forest plot

Examples

plot(summary(naive_fit_surv))

[Package bonsaiforest version 0.1.0 Index]