Releases: yoshidk6/rstanemax
Releases · yoshidk6/rstanemax
v0.1.5
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
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
- Update compatibility for future rstan by @andrjohns in #43
- Fully delegate installation to rstantools by @andrjohns in #45
New Contributors
- @andrjohns made their first contribution in #43
Full Changelog: v0.1.2...v0.1.4
v0.1.2
v0.1.1
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.
Seevignette("emaxmodel")
for detail.