Skip to content

BayesTools 0.2.20

Choose a tag to compare

@FBartos FBartos released this 30 Jul 10:39
· 8 commits to master since this release

Features

  • extending prior functions to accept expression() instead of a parameter, such objects can be use to create prior distributions that depend on other parameters in JAGS
  • extending the formula interface of JAGS_fit() function to accept expressions that are appended as literal text to the generated JAGS formula
  • extending the formula interface of JAGS_fit() function to handle uncorrelated random effects via (x||y) (lme4-like) notation

Fixes

  • JAGS_estimates_table not printing formula prefix when only spike and slab priors are supplied