senspec | R Documentation |
From supplied exposure prediction and actual vectors, compute true and false positive rates
senspec(xhat, x, pvalue = NULL, alpha = 0.05)
xhat |
Predicted exposure vector |
x |
True exposure vector |
pvalue |
Vector of prediction p-values |
alpha |
False positive rate threshold |
list of vectors tp
(true positives), fp
(false positives),
all positives positives
and negatives negatives
in
names of xhat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.