Skip to content

Latest commit

 

History

History
executable file
·
57 lines (29 loc) · 1.24 KB

NEWS.md

File metadata and controls

executable file
·
57 lines (29 loc) · 1.24 KB

rstanemax 0.1.7

Patch release

  • Fix match.arg(newDataType) for posterior_predict.stanemaxbin
  • Correctly return prediction for posterior_predict.stanemaxbin

rstanemax 0.1.6

Major changes

  • as_draws_*() functions implemented (@djnavarro)
  • stan_emax_binary() function implemented to perform Emax model for binary endpoint

rstanemax 0.1.5

Minor changes

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

rstanemax 0.1.4

Minor changes

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

rstanemax 0.1.3

Minor changes

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

rstanemax 0.1.2

Minor changes

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

rstanemax 0.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. See vignette("emaxmodel") for detail.

rstanemax 0.1.0

Initial CRAN release