bcea()
is now a helper function which calls the constructor new_bcea()
, separating concerns.new_bcea()
composed of smaller HEE statistics functions with names starting with compute_
e.g. compute_CEAC()
, compute_EIB()
,…. This allows us to call and test them individually. It also allows more flexibility in changing or adding functionality to new_bcea()
.ceplane_plot_ggplot()
, are also split into parameter and data setting and plotting components. This modulisation allows us to add new layers to plots or modify existing parameter sets and defaults. We could also return the data without the plotting step as in e.g. ggplot2::autoplot()
. It also means we can reuse some functionality across plots such as axes and legend setting e.g. BCEA:::where_legend()
.bcea
type object.summary()
and sim_table()
removed.createInputs()
used for EVPI calculation now dispatches S3 methods by JAGS, BUGS, Stan and other R data types.bcea()
construction or separately using a setter functions setComparisons()
.setKmax()
and setReferenceGroup()
, respectively.multi.ce()
and CEriskAv()
also now work similarly. They operate by modifying the bcea
object, rather than creating new one (think decorator pattern).ceac_plot()
changes
mce.plot()
. Now dispatched on ceac.plot()
for both multi.ce()
and bcea()
outputs.make.report()
rewritten to have separate section files.NEWS.md
file to track changes to the package. Details about previous releases, such as dates, versions, fixes and enhancements obtained from CRAN and code comments so a little patchy.pkgdown
GitHub site made.26 Aug 2019
5 Aug 2019
11 July 2018
evppi
to allow N to be selected in all methodsdiag.evppi
18 Nov 2016
Nov 2016
legend.spacing()
and plot.title
hjust argument)22 May 2016
25 Jan 2016
ceef.plot
to align with ggplot2 v2.0.0Oct 2015
Oct 2015
EVPPI
function polished up6 May 2015 2015
ceplane.plot
, contour
and contour2
functionsevppi0
, which means there’s also a new plot.evppi0
method13 Jan 2015
if(require())
to if(requireNamespace(,quietly=TRUE))
ceef.plot
functionOct 2014
ceef.plot
, createInputs
, struct.psa
13 Jan 2015
ceef.plot
function included, additional modifications2 Dec 2013
2 Dec 2013
ceac.plot
and eib.plot
: option comparison included for base graphics2 Dec 2013
31 July 2013
30 July 2013
CreateInputs()
, which takes as input an object in the class rjags or bugsevppi()
3 July 2013
17 September 2012
22 Feb 2013
15 Sept 2012
13 May 2012