dpwdg {ICEinfer} | R Documentation |
Output list object of class ICEwedge for the High Uncertainty numerical example in
the ICEinfer package, data(dulxparx)
Description
dpwdg is the output list object of class ICEwdg resulting from the following time consuming
computation: dpwdg <- ICEwedge(dpunc)
Usage
data(dpwdg)
Format
Output list object of class ICEwedge.
ICEinpName of the ICEuncrt object input to ICEwedge().
lambdaPositive value of lfact * ICEu$lambda
lfactPositive Multiplier for the ICEu$lambda value input to ICEwedge().
unitSaved value of unit, cost or effe, input to ICEuncrt.
confStatistical Confidence Level within [0.50, 0.99] input to ICEwedge.
RSaved integer value for number of bootstrap replications input to ICEuncrt.
axysR x 4 data.frame with ICE Angle in column 1, bootstrap resampled values of
(DeltaEffe, DeltaCost) in columns 2 and 3, and the binary flag with 0 => outcome outSide the
Confidence Wedge and 1 => outcome inSide the Confidence Wedge in column 4.
t1Observed value of (DeltaEffe, DeltaCost) when each patient is sampled exactly once.
ia1The ICE Angle corresponding to the Objerved ICE Ratio.
centerThe largest value of j such that axys[j, 1] < ia1 <= axys[j+1, 1].
jloNumber of the ICE Angle Order Statistic defining the Clockwise or lower ICE Ray
boundary of the Confidence Wedge.
kupNumber of the ICE Angle Order Statistic defining the Counter-Clockwise or upper
ICE Ray boundary of the Confidence Wedge.
subangleSubtended Polar ICE Angle between Order Statistics jlo and kup.
xmaxAlias plots of ICEwedge have horizontal range [-xmax, +xmax].
ymaxAlias plots of ICEwedge have vertical range [-ymax, +ymax].
abICE angle computation perspective of alibi or alias.
References
Obenchain RL. ICEinR.pdf ../R_HOME/library/ICEinfer 2007; 20 pages.
Examples
# Intermediate ICEinfer Output List for the dulxparx dataset...
data(dpwdg)
plot(dpwdg)
[Package
ICEinfer version 0.1-1
Index]