Skip to content

Releases: mvuorre/bmlm

v1.3.15

26 Sep 07:48
49d50b3
Compare
Choose a tag to compare

Update Stan array syntax.

v1.3.14

14 Sep 13:46
Compare
Choose a tag to compare

Minor fix: Let rstantools generate Makevars

bmlm 1.2.10

17 Feb 15:37
Compare
Choose a tag to compare
  • Default priors are now Normal(0, 1000) for regression coefficients, and Cauchy(0, 50) for group-level SDs
  • mlm_summary() now gives only population level parameters by default, and group-level parameters when pars = "random"
  • Renamed the mediated effect parameter to me to distinguish it from the product of a and b (similarly for group-level u_me)
  • mlm_path_plot() now draws a template if no model is entered (i.e. template argument is deprecated)
  • mlm_path_plot() now by default also shows SDs of group-level effects. This behavior can be turned off by specifying random = FALSE
  • The fitted model object doesn't contain the whole covariance matrix anymore, but now contains the group-level intercepts
  • New example data set included in package: MEC2010
  • Posterior standard deviation is now referred to as SE in mlm_summary()

bmlm 1.0.0

20 Jul 15:07
Compare
Choose a tag to compare

Initial release to CRAN.