Description Usage Arguments Value Examples
Get predictive values
1 | getPredValues(FPF, TPF, prior = NULL)
|
FPF |
False Positive Fraction |
TPF |
True Positive Fraction |
prior |
a vector of prior probabilities. If NULL, will compute over (0,1) |
a tibble with:
prior
type: "negative" or "positive"
posterior: posterior probabilities
1 | getPredValues(.4, .6, .5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.