Changelog
Source:NEWS.md
rstanemax 0.1.9
CRAN release: 2025-02-17
Minor changes
- Define
log_lik()
to calculate log likelihood for new data
rstanemax 0.1.8
CRAN release: 2025-02-05
Major changes
- Supporting
tidybayes
package integration such astidybayes::add_epred_draws()
(@djnavarro)
Minor changes
- Deprecate
returnType
argument forposterior_predict()
in favor oftidybayes
package integration (@djnavarro)
rstanemax 0.1.6
CRAN release: 2024-12-05
Major changes
-
as_draws_*()
functions implemented (@djnavarro) -
stan_emax_binary()
function implemented to perform Emax model for binary endpoint
rstanemax 0.1.5
CRAN release: 2023-09-12
Minor changes
- Update deprecated syntax for future rstan compatibility (@andrjohns)
rstanemax 0.1.4
CRAN release: 2023-03-12
Minor changes
- Added
extract_param()
function to easily retrieve posterior draws of key parameters - Delegate installation to
rstantools
(@andrjohns)
rstanemax 0.1.2
CRAN release: 2020-06-18
Minor changes
- You can now fix Emax with
emax.fix
argument forstan_emax()
function.
rstanemax 0.1.1
CRAN release: 2019-11-19
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.