Skip to content

BCEA 2.4.5 (dev)

Pre-release
Pre-release
Compare
Choose a tag to compare
@n8thangreen n8thangreen released this 10 Nov 16:14
· 23 commits to dev since this release

Moved internal EVPPI calculation out of BCEA and now calls {voi} package instead.
Refactoring but retaining same interface and functionality.

  • evppi() tested against all use cases in BCEA book (1c1457d)
  • Select parameters by position (as well as name) in new evppi() (f2e4d00)
  • Use single parameter case only like {voi} package for methods sal and so (#140)
  • New evppi() matching output of old evppi() (1e2c5e7)
  • Latest development version of {voi} needed when we use check = TRUE in voi::evppi() in order to access fitting data (6e436b5, 94f5fc5)
  • No longer require INLA package to be available inside of BCEA so can remove direct dependency. This helps with passing CRAN checks and GitHub Actions.