Releases: DoseResponse/bmd
Releases · DoseResponse/bmd
v2.7.5
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
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
Version 2.7.3: Updates to drmHetVar, bmdHetVar bmdHetVarMA and general clean-up.