bayestestR 0.13.1
Changes
-
Improved speed performance when functions are called using
do.call()
. -
Improved speed performance to
bayesfactor_models()
forbrmsfit
objects
that already included amarglik
element in the model object.
New functionality
as.logical()
forbayesfactor_restricted()
results, extracts the boolean
vector(s) the mark which draws are part of the order restriction.
Bug fixes
-
p_map()
gains a newnull
argument to specify any non-0 nulls. -
Fixed non-working examples for
ci(method = "SI")
. -
Fixed wrong calculation of rope range for model objects in
describe_posterior()
. -
Some smaller bug fixes.