performance_table {nestedpp} | 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)