Minor changes

  • Update deprecated syntax for future rstan compatibility (@andrjohns)

Minor changes

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

Minor changes

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

Minor changes

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

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

Initial CRAN release