R/utils.R
print.sensSpecTable.Rd
Creates HTML table for confusion matrix visualization
# S3 method for class 'sensSpecTable' print(Title, TP, FP, TN, FN)
Title for the confusion matrix table
Number of true positives
Number of false positives
Number of true negatives
Number of false negatives
HTML string containing the formatted table