View source: R/testroc_utilities.R
print.sensSpecTable | R Documentation |
Sensitivity and Specificity Table
## S3 method for class 'sensSpecTable'
print(Title, TP, FP, TN, FN)
Title |
Title of the table |
TP |
True Positives |
FP |
False Positives |
TN |
True Negatives |
FN |
False Negatives |
HTML table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.