Plot the simulated "true" values versus posterior estimates
plot_sim_estimated(
x,
variables = NULL,
estimate = "mean",
uncertainty = c("q5", "q95"),
alpha = NULL,
parameters = NULL
)
object containing results (a data.frame or SBC_results()
object).
variables to show in the plot or NULL
to show all
which estimate to use for the central tendency,
must correspond a field already computed in the results (most likely "mean"
and "median"
).
which estimates to use for uncertainty (a character vector of length 2)
must correspond a field already computed in the results. Pass NULL
to avoid showing uncertainty at all.
the alpha for the points and uncertainty intervals
DEPRECATED, use variables
instead
a ggplot2 plot object