Skip to content

BayesianMCPMod 1.1.0 (07-Mar-2025)

Choose a tag to compare

@wojcieko wojcieko released this 07 Mar 21:52
· 131 commits to main since this release
  • Fixed a bug in plot.modelFits() that would plot credible bands based on incorrectly selected bootstrapped quantiles
  • Added getMED(), a function to assess the minimally efficacious dose (MED) and integrated getMED() into assessDesign() and performBayesianMCPMod
  • Added parallel processing using the future framework
  • Modified the handling of the fit of an average model: Now, getModelFits() has an argument to fit an average model and this will be carried forward for all subsequent functions
  • Re-introduced getBootstrapSamples(), a separate function for bootstrapping samples from the posterior distributions of the dose levels
  • Adapted the vignettes to new features