Positive Predictive Value

ppv(percTrue = 50, alpha = 0.05, power = 0.8, percHack = 0)

Arguments

percTrue

.

alpha

.

power

.

percHack

.

Value

A results object containing:

results$confusiona table containing the true/false positives/negatives
results$ppva html
results$dotPlotan image

Tables can be converted to data frames with asDF or as.data.frame. For example:

results$confusion$asDF

as.data.frame(results$confusion)