performance_table: Table function

View source: R/tables.R

performance_tableR 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)


nestedpp documentation built on Jan. 5, 2023, 5:11 p.m.