Skip to content

Releases: DoseResponse/bmd

v2.7.5

23 Sep 10:00
cb88643

Choose a tag to compare

Version 2.7.5

  • Added bootstrap functionality for bmd estimation with drmMMRE models.
  • Updated documentation for bmdMA (details for count data were missing for def argument).
  • Added delta method confidence interval for bmdHetVar based on numerical differentiation.
  • Fixed issue with bmd estimation based on BC model, where maximum of dose-response curve was reached for very small dose values.

v2.7.4

26 Aug 06:28
5c19f49

Choose a tag to compare

v2.7.4

  • bmd function now has the following default values for the backgType argument:
    • For def = "excess", "additional", "relative", "extra" or "added", backgType is set to "modelBased"
    • For def = "hybridExc" or "hybridAdd", backgType is set to "hybridSD"
    • The default values can be overwritten by setting the argument manually
  • Several updates behind the scenes to the documentation

v2.7.3: Merge pull request #31 from JensBaalkilde/master

03 Jul 14:04
cc34683

Choose a tag to compare

Version 2.7.3:
Updates to drmHetVar, bmdHetVar bmdHetVarMA and general clean-up.