postr_rates: Classification Rates

Description Usage Arguments Details Value

Description

Returns a classification rate.

Usage

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

pr_tpr(model, threshold)

postr_sensitivity(model, threshold)

pr_sensitivity(model, threshold)

postr_tnr(model, threshold)

pr_tnr(model, threshold)

postr_specificity(model, threshold)

pr_specificity(model, threshold)

postr_fpr(model, threshold)

pr_fpr(model, threshold)

postr_fnr(model, threshold)

pr_fnr(model, threshold)

Arguments

model

A glm logistic model

threshold

Some numeric thresholds

Details

'postr_sensitivity' and 'postr_specificity' are aliases 'postr_tpr' and 'postr_tnr'.

Value

A rate


josherrickson/postr documentation built on Nov. 13, 2020, 11:23 a.m.