Learn R Programming

ciu (version 0.5.0)

ciu.result.new: CIU result object

Description

Create object of class ciu.result, which stores results of CIU calculations. The explain() method returns a ciu.result object.

Usage

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

Value

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

  • CI values: one row per output of the black-box model

  • CU values: one row per output of the black-box model

  • cmin values: one row per output of the black-box model

  • cmax values: one row per output of the black-box model

  • outval values: one row per output of the black-box model

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

Author

Kary Främling