ciu.result.new {ciu}R Documentation

CIU result object

Description

Create object of class ciu.result, which stores results of CIU calculations. The ciu$explain and ciu.explain methods return a ciu.result object.

Usage

ciu.result.new(ci, cu, cmin, cmax, outval)

Arguments

ci

vector of CI values, one per output

cu

vector of CU values, one per output

cmin

vector of cmin values, one per output

cmax

vector of cmax values, one per output

outval

vector of black-box output values, one per output

Value

An object of class ciu.result, which is a data.frame with (at least) five columns:

Author(s)

Kary Främling


[Package ciu version 0.6.0 Index]