View source: R/print.functions.R
print.predict.ngme | R Documentation |
"predict.ngme"
objects.Prints the output contained in the "predict.ngme"
objects concisely.
## S3 method for class 'predict.ngme'
print(object, ...)
object |
A fitted object by calling |
... |
Additional arguments; none used currently. |
MAE, RMSE, CRPS, Interval coverage, Interval width
predict.ngme
, print
## Not run:
fit <- ngme(...)
pred <- predict.ngme(fit, ...)
pred
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.