ciu.result.new: CIU result object

View source: R/ciu.result.R

ciu.result.newR 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:

  • 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

Author(s)

Kary Främling


ciu documentation built on Dec. 1, 2022, 1:12 a.m.