powered by
Print MIC validation summary
# S3 method for mic_validation_summary print(x, ...)
character
mic_validation_summary object
additional arguments
gold_standard <- c("<0.25", "8", "64", ">64") test <- c("<0.25", "2", "16", "64") val <- compare_mic(gold_standard, test) print(summary(val))
Run the code above in your browser using DataLab