Displaying 1 result from an estimated 1 matches for "dpacc".
Did you mean:
dmacc
2012 May 28
0
multiple plot in ICEInfer
......
> dpwdg <- ICEwedge(dpunc)
> dpwdg
> plot(dpwdg)
I can then plot separate plots for values of lambda - the 'willingness to pay for an increment of one output e.g. quality adjusted life years - a cost acceptability curve.
# Computing VAGR Acceptability and ALICE Curves...
> dpacc <- ICEalice(dpwdg)
> plot(dpacc)
What I haven't figured out to do it get all these plots on to one plot so I can account for a sensitivity analysis say of different types of cost and their influence on the cost acceptability curve
I've noticed with this package before that I cannot...