powered by
Table
table(x, ...)# S3 method for default table(x, ...)# S3 method for mic_validation table( x, format = "flextable", fill_dilutions = TRUE, bold = TRUE, ea_color = NULL, gold_standard_name = "Gold Standard", test_name = "Test", ... )
# S3 method for default table(x, ...)
# S3 method for mic_validation table( x, format = "flextable", fill_dilutions = TRUE, bold = TRUE, ea_color = NULL, gold_standard_name = "Gold Standard", test_name = "Test", ... )
table or flextable object
mic_validation S3 object
further arguments
simple or flextable
Fill dilutions that are not present in the data in order to match the y- and x- axes
Bold cells where essential agreement is TRUE
Background color for essential agreement cells
Name of the gold standard to display in output
Name of the test to display in output
gold_standard <- c("<0.25", "8", "64", ">64") test <- c("<0.25", "2", "16", "64") val <- compare_mic(gold_standard, test) table(val)
Run the code above in your browser using DataLab