Skip to contents

Print formatted HTML table for sensitivity/specificity results

Sensitivity and Specificity Table

Usage

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

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

Arguments

Title

Title of the table

TP

True Positives

FP

False Positives

TN

True Negatives

FN

False Negatives

Value

HTML string containing the formatted table

HTML table