Skip to contents

Visualizes the root-mean-square error (RMSE) distributions for between-run variability versus deviations from target values across multiple `discourse.object` runs (e.g. parallel_aov()).

Usage

plot_rmse(object_list)

Arguments

object_list

A `discourse.object` or list thereof, typically output from `optim_*` functions.

Value

A `ggplot2` object.

Examples

 if (FALSE) { # \dontrun{
results <- parallel_aov(args = ..., ...)
plot_rmse(results)
} # }