dpunc {ICEinfer} | R Documentation |
Output list object of class ICEuncrt for the High Uncertainty numerical example in
the ICEinfer package, data(dulxparx).
Description
dpunc is the output list object of class ICEuncrt resulting from the following time consuming
computation: dpunc <- ICEuncrt(dulxparx, dulx, idb, ru, lambda=0.26)
Usage
data(dpunc)
Format
Output list object of class ICEuncrt.
dfSaved value of the name of the data.frame input to ICEuncrt.
lambdaSaved positive value of lambda input to ICEuncrt.
unitSaved value of unit, cost or effe, input to ICEuncrt.
RSaved integer value for number of bootstrap replications input to ICEuncrt.
trtmSaved name of the treatment indicator within the df data.frame.
xeffeSaved name of the treatment effectiveness variable within the df data.frame.
ycostSaved name of the treatment cost variable within the df data.frame.
effcstSaved value of the sorted 3-variable (trtm,effe,cost) data.frame.
t1Observed value of (DeltaEffe, DeltaCost) when each patient is included exactly once.
tR x 2 matrix of values of (DeltaEffe, DeltaCost) computed from bootstrap resamples.
seedSaved value of the seed used to start pseudo random number generation.
References
Obenchain RL. ICEinR.pdf ../R_HOME/library/ICEinfer 2007; 30 pages.
Examples
# Intermediate ICEinfer Output List for the dulxparx dataset...
data(dpunc)
plot(dpunc)
[Package
ICEinfer version 0.1-1
Index]