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