calculate_phi: calculate phi

Description Usage Arguments Value Author(s) Examples

View source: R/phi_delta.R

Description

calculates phi out of specificity and sensitivity depending on the ratio

Usage

1
calculate_phi(spec, sens, ratio = 1)

Arguments

spec

is the specificity, the true negative rate

sens

is the sensitivity, the true positive rate

ratio

is the ratio of positive and negative of the data. The default is 1

Value

phi

Author(s)

rothe

Examples

1
2

phiDelta documentation built on May 2, 2019, 2:46 a.m.