print.scoringutils_check {scoringutils}R 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)

[Package scoringutils version 1.2.2 Index]