print.predictions.frame {asremlPlus} | R Documentation |
Prints the values in a predictions.frame
, with or without title and heading.
Description
Prints the predictions from a fitted model, along with their standard errors and, if present, their error intervals, with or without title and headings.
Usage
## S3 method for class 'predictions.frame'
print(x, title = NULL,
which.predictions = c("title", "heading", "table"),
colourise = FALSE, ...)
Arguments
x |
An object that, ideally, is of class |
title |
A |
which.predictions |
what Which elements of the |
colourise |
A |
... |
further arguments passed to |
Value
No value is returned, but the components of x
are printed.
Author(s)
Chris Brien
See Also
print.alldiffs
, as.alldiffs
, allDifferences.data.frame
Examples
## Not run:
print.predictions.frame(diffs$predictions, which = "all")
## End(Not run)