dlrs | R Documentation |
Computes Diagnostic Likelihood Ratios (DiLRS) for a specified cut-point of the continuous variable. Also outputs additional classification statistics (true/false positives/negatives).
dlrs(x, scores, outcomes, positive, ...)
x |
a data frame containing the relevant variables |
scores |
(character) the name of the continuous variable |
outcomes |
(character) the name of the classification variable |
positive |
(string or numeric) the positive case in |
... |
Additional arguments including |
a numeric vector containing the classification statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.