print.predictions.frame | R Documentation |
predictions.frame
, with or without title and heading.Prints the predictions from a fitted model, along with their standard errors and, if present, their error intervals, with or without title and headings.
## S3 method for class 'predictions.frame'
print(x, title = NULL,
which.predictions = c("title", "heading", "table"),
colourise = FALSE, ...)
x |
An object that, ideally, is of class |
title |
A |
which.predictions |
what Which elements of the |
colourise |
A |
... |
further arguments passed to |
No value is returned, but the components of x
are printed.
Chris Brien
print.alldiffs
, as.alldiffs
, allDifferences.data.frame
## Not run:
print.predictions.frame(diffs$predictions, which = "all")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.