Skip to content

bayestestR 0.13.1

Latest
Compare
Choose a tag to compare
@strengejacke strengejacke released this 07 Apr 18:36
· 114 commits to main since this release
035da1e

Changes

  • Improved speed performance when functions are called using do.call().

  • Improved speed performance to bayesfactor_models() for brmsfit objects
    that already included a marglik element in the model object.

New functionality

  • as.logical() for bayesfactor_restricted() results, extracts the boolean
    vector(s) the mark which draws are part of the order restriction.

Bug fixes

  • p_map() gains a new null 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.