- Fix match.arg(newDataType) for posterior_predict.stanemaxbin
- Correctly return prediction for posterior_predict.stanemaxbin
as_draws_*()
functions implemented (@djnavarro)stan_emax_binary()
function implemented to perform Emax model for binary endpoint
- Update deprecated syntax for future rstan compatibility (@andrjohns)
- Added
extract_param()
function to easily retrieve posterior draws of key parameters - Delegate installation to
rstantools
(@andrjohns)
- Bug fix - disable
options(lifecycle_verbosity = "error")
to avoid unnecessary errors
- You can now fix Emax with
emax.fix
argument forstan_emax()
function.
- 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.
stan_emax()
can now incorporate categorical covariates in select parameters. Seevignette("emaxmodel")
for detail.
Initial CRAN release