performance_table | R Documentation |
Function to generate a table with different metrics
performance_table(data, tolatex = FALSE)
data |
data frame with the data |
tolatex |
true to print the latex code of the table |
the data frame with the metrics
example_data = generate_random_example(seed = 1234) table(example_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.