performance_table {nestedpp} | R Documentation |
Table function
Description
Function to generate a table with different metrics
Usage
performance_table(data, tolatex = FALSE)
Arguments
data |
data frame with the data |
tolatex |
true to print the latex code of the table |
Value
the data frame with the metrics
Examples
example_data = generate_random_example(seed = 1234)
table(example_data)
[Package nestedpp version 0.2.0 Index]