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.

df
Saved value of the name of the data.frame input to ICEuncrt.
lambda
Saved positive value of lambda input to ICEuncrt.
unit
Saved value of unit, cost or effe, input to ICEuncrt.
R
Saved integer value for number of bootstrap replications input to ICEuncrt.
trtm
Saved name of the treatment indicator within the df data.frame.
xeffe
Saved name of the treatment effectiveness variable within the df data.frame.
ycost
Saved name of the treatment cost variable within the df data.frame.
effcst
Saved value of the sorted 3-variable (trtm,effe,cost) data.frame.
t1
Observed value of (DeltaEffe, DeltaCost) when each patient is included exactly once.
t
R x 2 matrix of values of (DeltaEffe, DeltaCost) computed from bootstrap resamples.
seed
Saved value of the seed used to start pseudo random number generation.

References

Obenchain RL. ICEinR.pdf ../R_HOME/library/ICEinfer 2009; 30 pages.

Examples

    # Intermediate ICEinfer Output List for the dulxparx dataset...
    data(dpunc)
    plot(dpunc)

[Package ICEinfer version 0.2-0 Index]