print.alldiffs {asremlPlus} | R Documentation |
Prints the values in an alldiffs.object
in a nice format.
Description
Prints the predictions and standard errors from a fitted model,
including the attributes of the predictions.frame
. Also prints out all
pairwise differences between the predictions to 2 significant figures,
along with their p-values and standard errors to 4 decimal places. If LSDs are
requested the mean, minimum and maximum LSDs will be printed.
Usage
## S3 method for class 'alldiffs'
print(x, which = "all", colourise = FALSE, ...)
Arguments
x |
An |
which |
A |
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.predictions.frame
, as.alldiffs
, allDifferences.data.frame
Examples
## Not run:
print.alldiffs(diffs, which = "predictions")
## End(Not run)