print.predict.ngme: Print function for '"predict.ngme"' objects.

View source: R/print.functions.R

print.predict.ngmeR Documentation

Print function for "predict.ngme" objects.

Description

Prints the output contained in the "predict.ngme" objects concisely.

Usage

## S3 method for class 'predict.ngme'
print(object, ...)

Arguments

object

A fitted object by calling "predict.ngme".

...

Additional arguments; none used currently.

Details

MAE, RMSE, CRPS, Interval coverage, Interval width

See Also

predict.ngme, print

Examples

  ## Not run: 
  fit <- ngme(...)
  pred <- predict.ngme(fit, ...)
  pred
  
## End(Not run)

davidbolin/ngme documentation built on Dec. 5, 2023, 11:48 p.m.