Get the names of the sensitivity summary metrics available in an S4
object.
Usage
sensitivityMeasures(object, ...)
Arguments
- object
An S4
object to retrieve the names of sensitivty summary
measurements for.
- ...
Fallthrough arguements for defining new methods
Value
Depends on the implemented method
Examples
sensitivityMeasures(clevelandSmall_cSet)
#> [1] "exp_id" "AUC_published" "AUC_recomputed" "alpha"
#> [5] "beta" "SF2"