powered by
Summarise the results of an MIC validation generated using compare_mic().
# S3 method for mic_validation summary(object, ...)
S3 mic_validation_summary object
S3 mic_validation object
further optional parameters
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))
Run the code above in your browser using DataLab