Learn R Programming

asremlPlus (version 2.0-2)

print.alldiffs: Prints the values in an alldiffs object in a nice format.

Description

Prints the predictions and standard errors from using asreml to fit models in the same way as asreml prints them. Also prints out all pairwise differences between the predictions to 2 signigicant 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", ...)

Arguments

x
A list returned from asreml.predictiondiffs.
which
A character vector containing a combination of predictions, backtransforms, differences, p.differences, sed, LSD and all
...
further arguments passed to or from other methods.

Value

  • No value is returned, but the elements of the list in x, returned from asreml.predictiondiffs, are printed.

See Also

alldiffs, predictiondiffs.asreml

Examples

Run this code
print.alldiffs(predictiondiffs.asreml(asreml=splitplot.asr, wald=wald,
               present=c("Type","Sources","Species"), 
               factors=list("Species")))

Run the code above in your browser using DataLab