Skip to content

bayestestR 0.16.0

Compare
Choose a tag to compare
@strengejacke strengejacke released this 20 May 16:01
· 15 commits to main since this release
c649742

Changes

  • Revised code-base to address changes in latest insight update. Dealing with
    larger models (many parameters, many posterior samples) from packages brms
    and rstanarm is more efficient now. Furthermore, the options for the
    effects argument have a new behavior. "all" only returns fixed effects
    and random effects variance components, but no longer the group level
    estimates. Use effects = "full" to return all parameters. This change is
    mainly to be more flexible and gain more efficiency for models with many
    parameters and / or many posterior draws.