Learn R Programming

asremlPlus (version 4.4.48)

print.alldiffs: 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 alldiffs
print(x, which = "all", colourise = FALSE, ...)

Value

No value is returned, but the components of x are printed.

Arguments

x

An alldiffs.object.

which

A character vector containing a combination of predictions, vcov, backtransforms, differences, p.differences, sed, LSD and all. These nominate which components of the alldiffs.object to print.

colourise

A logical which, if TRUE, results in the header text produced by predict.asreml being displayed in a different colour, if supported by the output terminal device. It overrides the TRUE setting of the colourise argument of asreml::asreml.options.

...

further arguments passed to print.predictions.frame.

Author

Chris Brien

See Also

print.predictions.frame, as.alldiffs, allDifferences.data.frame

Examples

Run this code
if (FALSE) {
print.alldiffs(diffs, which = "predictions")
}

Run the code above in your browser using DataLab