dadb | R Documentation |
Generate a data.frame of diagnostic accuracy study given true negative, true positive, false negative, false positive.
dadb(tn, tp, fn, fp)
tn |
True negative |
tp |
True positive |
fn |
False negative |
fp |
False positive |
A data.frame for diagnostic accuracy studies.
db <- dadb(tn=720, tp=190, fn=10 , fp=80)
with(db, table(test,refstd))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.