- Updated GitHub actions workflows
- Updated README badges
- Fixed .Rd file itemize list for
bdpbinomial,bdpnormal, andbdpsurvival - Fixed logical check in
bdpsurvival - Fixed spelling mistakes in documentation
- Minor formatting updates
- Add reverse dependency checks
- Fixed CRAN CMD warnings for S4 generics
- Fixed CRAN CMD warnings for S4 generics
- Updates to README and DESCRIPTION
- Updates to .gitignore file
- Add codecov for coverage checking
- Updates to R code formatting
- Added GitHub Actions CI
- New package maintainer (Graeme L. Hickey) since package was orphaned
- Updates to README, DESCRIPTION, NAMESPACE
- Added
stopbreak todiscount_logitformethod = mc
- Minor
bdplmvignette typo fixes
- Changes to inputs for
bdpsurvival- Current and (optional) historical data are specified in separate data frames
- Updated normal approximation used for
method = "mc"of thebdpbinomialandbdpnormalfunctions
- Summary method for
bdplmnow exists and mimicslm - Removed
bdpbinomialvignette language around success (vs event) - Reported one-arm sample size for
bdpsurvivalprint method adjusted to current data only
- Addition of the
bdplmfunction for two-arm trials - Users can now choose between 3 discount functions via the
discount_functioninput:- Weibull CDF
- Scaled Weibull CDF - scales the Weibull CDF so that the max possible value is 1
- Identity - sets the discount weight to the posterior probability
- Removal of
bdpregression
- Removed two-sided and one-sided function inputs to avoid confusion
- Posterior probabilities for
method = "mc"switched frompshisqto pnorm - Updated vignettes to reflect new features
- Supports one-arm regression analysis
- Two additional modular functions
- Implementation of Monte Carlo-based estimation of alpha discount
- Fixes to class slots
- Added
printinput to plot method
- Supports two-arm survival analysis via hazard rate comparisons
- Completely revamped summary and print methods to produce better formatted results
- Plot method allows users to specify a
type - Added vignettes for each of
bdpbinomial,bdpnormal, andbdpsurvival - Implemented the
fix_alphainput which allows users to set the historical data weight atalpha_max
- Fixed error with two-arm analysis where models did not fit if either the current or historical control data were not input
- Changed
two_sideinput to logical - Consolidated several internal functions into a single function for computational efficiency gains
- README update
- Added plot types
- Added Vignettes
- Added logo
- Improved documentation
- Updated
print,summary,plotmethods - Refactored
bdpnormal/bdpbinomial
- Crucial bugfixes
- User requested bugfixes
- Initial CRAN release with normal, binomial and survival functions