Last data update: 2014.03.03

R: Output list object of class ICEwedge for the High Uncertainty...
dpwdgR Documentation

Output list object of class ICEwedge for the High Uncertainty example, 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.

ICEinp

Name of the ICEuncrt object input to ICEwedge().

lambda

Positive value of lfact * ICEu$lambda

lfact

Positive Multiplier for the ICEu$lambda value input to ICEwedge().

unit

Saved value of unit, cost or effe, input to ICEuncrt.

conf

Statistical Confidence Level within [0.50, 0.99] input to ICEwedge.

R

Saved integer value for number of bootstrap replications input to ICEuncrt.

axys

R 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.

t1

Observed value of (DeltaEffe, DeltaCost) when each patient is sampled exactly once.

ia1

The ICE Angle corresponding to the Objerved ICE Ratio.

center

The largest value of j such that axys[j, 1] < ia1 <= axys[j+1, 1].

jlo

Number of the ICE Angle Order Statistic defining the Clockwise or lower ICE Ray boundary of the Confidence Wedge.

kup

Number of the ICE Angle Order Statistic defining the Counter-Clockwise or upper ICE Ray boundary of the Confidence Wedge.

subangle

Subtended Polar ICE Angle between Order Statistics jlo and kup.

xmax

Alias plots of ICEwedge have horizontal range [-xmax, +xmax].

ymax

Alias plots of ICEwedge have vertical range [-ymax, +ymax].

ab

ICE angle computation perspective of alibi or alias.

References

Obenchain RL. ICEinR.pdf Vignette-like documentation for ICEinfer stored in the R library/ICEinfer/doc folder. 2009; 30 pages.

Examples

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

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(ICEinfer)
Loading required package: lattice
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/ICEinfer/dpwdg.Rd_%03d_medium.png", width=480, height=480)
> ### Name: dpwdg
> ### Title: Output list object of class ICEwedge for the High Uncertainty
> ###   example, data(dulxparx)
> ### Aliases: dpwdg
> ### Keywords: datasets
> 
> ### ** Examples
> 
>     # Intermediate ICEinfer Output List for the dulxparx dataset...
>     data(dpwdg)
>     plot(dpwdg)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>