summary.mic_validation | R Documentation |
Summarise the results of an MIC validation generated using compare_mic().
## S3 method for class 'mic_validation'
summary(object, ...)
object |
S3 mic_validation object |
... |
further optional parameters |
S3 mic_validation_summary object
gold_standard <- c("<0.25", "8", "64", ">64")
test <- c("<0.25", "2", "16", "64")
val <- compare_mic(gold_standard, test)
summary(val)
# or, for more detailed results
as.data.frame(summary(val))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.