Learn R Programming

scoringutils (version 1.2.2)

print.scoringutils_check: Print output from check_forecasts()

Description

Helper function that prints the output generated by check_forecasts()

Usage

# S3 method for scoringutils_check
print(x, ...)

Arguments

x

An object of class 'scoringutils_check' as produced by check_forecasts()

...

additional arguments (not used here)

Examples

Run this code
check <- check_forecasts(example_quantile)
print(check)

Run the code above in your browser using DataLab