Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

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

Contextual Importance and Utility

v0.1.0
MIT + file LICENSE
Authors
Kary Främling
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.