plot.compare.data: Compare Forest Plots

View source: R/plot.R

plot.compare.dataR Documentation

Compare Forest Plots

Description

Function to obtain a forest plot with all the different fitted models in order to compare their performance.

Usage

## S3 method for class 'compare.data'
plot(x, ...)

Arguments

x

(compare.data)
object with the data of treatment effects estimated with the different methods.

...

Additional arguments to plot.

Value

Forest plot with all the methods that are compared.

Examples

plot(compare(naivepop_fit_surv, naive_fit_surv, elastic_net_fit_surv))

bonsaiforest documentation built on Sept. 30, 2024, 9:46 a.m.