Skip to contents

Print formatted HTML table for sensitivity/specificity results

Usage

# S3 method for class 'sensSpecTable'
print(Title, TP, FP, TN, FN)

Arguments

Title

Title for the confusion matrix table

TP

Number of true positives

FP

Number of false positives

TN

Number of true negatives

FN

Number of false negatives

Value

HTML string containing the formatted table