CIU result object
Create object of class ciu.result
, which stores results of CIU
calculations. The explain()
method returns a ciu.result
object.
ciu.result.new(ci, cu, cmin, cmax, outval)
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 |
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
Kary Främling
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.