print.alldiffs | R Documentation |
alldiffs.object
in a nice format.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.
## S3 method for class 'alldiffs'
print(x, which = "all", colourise = FALSE, ...)
x |
An |
which |
A |
colourise |
A |
... |
further arguments passed to |
No value is returned, but the components of x
are printed.
Chris Brien
print.predictions.frame
, as.alldiffs
, allDifferences.data.frame
## Not run:
print.alldiffs(diffs, which = "predictions")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.