Creates list or generates a plot of prior samples
sample_priors(priors, n_samples = 10000, plot = "ggplot")
A list
containing the initialisation values.
library(bayesnec)
data(manec_example)
exmp <- pull_brmsfit(manec_example, model = "nec4param")
sample_priors(exmp$prior)
#> `stat_bin()` using `bins = 30`. Pick better value with `binwidth`.