print.mic_validation | R Documentation |
Print MIC validation object
## S3 method for class 'mic_validation'
print(x, ...)
x |
mic_validation object |
... |
additional arguments |
character
gold_standard <- c("<0.25", "8", "64", ">64")
test <- c("<0.25", "2", "16", "64")
val <- compare_mic(gold_standard, test)
print(val)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.