Learn R Programming

nestedpp (version 0.2.0)

performance_table: Table function

Description

Function to generate a table with different metrics

Usage

performance_table(data, tolatex = FALSE)

Value

the data frame with the metrics

Arguments

data

data frame with the data

tolatex

true to print the latex code of the table

Examples

Run this code
example_data = generate_random_example(seed = 1234)
table(example_data)

Run the code above in your browser using DataLab