print.scoringutils_check: Print output from 'check_forecasts()'

View source: R/check_forecasts.R

print.scoringutils_checkR Documentation

Print output from check_forecasts()

Description

Helper function that prints the output generated by check_forecasts()

Usage

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

Arguments

x

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

...

additional arguments (not used here)

Examples

check <- check_forecasts(example_quantile)
print(check)

scoringutils documentation built on Feb. 16, 2023, 7:30 p.m.