Multiply Standard Deviation of Priors By
sd_priors_by(x, by = 10, distributions = c("normal", "lognormal", "t"), ...)
# S3 method for class 'mb_model'
sd_priors_by(x, by = 10, distributions = c("normal", "lognormal", "t"), ...)
# S3 method for class 'mb_analysis'
sd_priors_by(
x,
by = 10,
distributions = c("normal", "lognormal", "t"),
parallel = getOption("mb.parallel", FALSE),
quiet = getOption("mb.quiet", TRUE),
glance = getOption("mb.glance", TRUE),
beep = getOption("mb.beep", TRUE),
...
)
The object.
A double scalar of the multiplier.
A character vector of the distributions to adjust. Possible values are "laplace" (double exponential), "logistic", "lognormal", "normal", "t" and "nt" (non-central Student t).
Not used.
A flag indicating whether to perform the analysis in parallel if possible.
A flag indicating whether to disable tracing information.
A flag indicating whether to print a model summary.
A flag indicating whether to beep on completion of the analysis.
The updated object.
sd_priors_by(mb_model)
: Multiply Standard Deviation of Priors for an MB model
sd_priors_by(mb_analysis)
: Multiply Standard Deviation of Priors for an MB analysis