plot.baggr_cv {baggr}R Documentation

Plotting method for results of baggr LOO analyses

Description

Plotting method for results of baggr LOO analyses

Usage

## S3 method for class 'baggr_cv'
plot(x, y, ..., add_values = TRUE)

Arguments

x

output from loocv that has return_models = TRUE

y

Unused, ignore

...

Unused, ignore

add_values

logical; if TRUE, values of elpd are printed next to each study

Value

ggplot2 plot in similar style to baggr_compare default plots


[Package baggr version 0.7.11 Index]