Positive Predictive Value
Value
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)