ppv: Posterior Predictive Value

Description Usage Arguments Value

Description

Posterior Predictive Value

Usage

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

Arguments

percTrue

.

alpha

.

power

.

percHack

.

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)


raviselker/ppv documentation built on May 30, 2019, 4:40 p.m.