Skip to content

Releases: yoshidk6/rstanemax

v0.1.5

12 Sep 14:44
Compare
Choose a tag to compare

What's Changed

  • Update deprecated syntax for future rstan compatibility by @andrjohns in #47

Full Changelog: v0.1.4...v0.1.5

v0.1.4

14 Mar 01:23
Compare
Choose a tag to compare

rstanemax 0.1.4

Minor changes

  • Added extract_param() function to easily retrieve posterior draws of key parameters (@yoshidk6 )
  • Delegate installation to rstantools (@andrjohns)

rstanemax 0.1.3

Minor changes

  • Bug fix - disable options(lifecycle_verbosity = "error") to avoid unnecessary errors

Auto-generated release notes

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.4

v0.1.2

18 Jun 15:30
Compare
Choose a tag to compare

Minor changes

  • You can now fix Emax with emax.fix argument for stan_emax() function.

v0.1.1

20 Nov 03:18
Compare
Choose a tag to compare

Breaking changes

  • For posterior prediction, the column name of the newdata needs to be the same as the one in the original input data, instead of exposure in the previous version.

Major changes

  • stan_emax() can now incorporate categorical covariates in select parameters.
    See vignette("emaxmodel") for detail.

v0.1.0

03 Jun 19:40
Compare
Choose a tag to compare

New release