The plot()
method for the bayestestR::bayesfactor_parameters()
function.
# S3 method for see_bayesfactor_parameters
plot(
x,
size_point = 2,
rope_color = "#0171D3",
rope_alpha = 0.2,
show_intercept = FALSE,
...
)
An object.
Size of point-geoms.
Color of ROPE ribbon.
Transparency level of ROPE ribbon.
Logical, if TRUE
, the intercept-parameter is included
in the plot. By default, it is hidden because in many cases the intercept-parameter
has a posterior distribution on a very different location, so density curves of
posterior distributions for other parameters are hardly visible.
Arguments passed to or from other methods.
A ggplot2-object.