Function for Medical Decision Analysis. Sensitivity, specificity, positive predictive value, negative predictive value.
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)