Create a plot of the density distributions of modeled parameters from brmsfit model
density_distributions_plot.Rd
This function is useful to observe the distributions
of the priors set for the brmsfit model. By adding
sample_prior = "only"
to the sigmoid_model or a brmsfit
model, the model samples only from the prior distributions and
can be observed using this plot function to verify that the
values intended to be covered are being included.
Usage
density_distributions_plot(
model,
pars = NULL,
labeller = NULL,
title_label = "Density Distributions"
)