ppv: Positive Predictive Value

View source: R/ppv.h.R

ppvR Documentation

Positive Predictive Value

Description

Positive Predictive Value

Usage

ppv(percTrue = 50, alpha = 0.05, power = 0.8, 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)


sbalci/ClinicoPathJamoviModule documentation built on Feb. 25, 2025, 6:34 a.m.