access_elements: [!] Access elements of roc_result_list object

Description Usage Arguments Details Author(s) See Also

Description

[!!!] not tested yet.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
roc_get(obj, what)

## S3 method for class 'roc_result_list'
roc_get(obj, what)

## S3 method for class 'roc_results'
roc_get(obj, what)

roc_get_all_results(obj)

roc_cutoff(obj)

roc_tp(obj)

roc_fn(obj)

roc_fp(obj)

roc_tn(obj)

roc_sens(obj)

roc_spec(obj)

Arguments

obj

Either an roc_result_list or an roc_results object.

what

(string(1))
Name of element.

Details

Acces elements of roc_result_list and roc_results objects.

Author(s)

Vilmantas Gegzna

See Also

Other functions for ROC: calculate_performance(), print.as_str(), roc_performance_measures, roc_predict()


GegznaV/multiROC documentation built on Sept. 15, 2020, 10:33 a.m.