decision2: Decision 2 for using init

View source: R/decision2.h.R

decision2R Documentation

Decision 2 for using init

Description

Function for Medical Decision Analysis. Sensitivity, specificity, positive predictive value, negative predictive value.

Usage

decision2(data, gold, goldPositive, newtest, testPositive)

Arguments

data

The data as a data frame.

gold

.

goldPositive

.

newtest

.

testPositive

.

Value

A results object containing:

results$cTable a table

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

results$cTable$asDF

as.data.frame(results$cTable)

Examples


# example will be added


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