ppv | R Documentation |
Positive Predictive Value
ppv(percTrue = 50, alpha = 0.05, power = 0.8, percHack = 0)
percTrue |
. |
alpha |
. |
power |
. |
percHack |
. |
A results object containing:
results$confusion | a table containing the true/false positives/negatives | ||||
results$ppv | a html | ||||
results$dotPlot | an image | ||||
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$confusion$asDF
as.data.frame(results$confusion)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.