print.alldiffs {asreml3Plus}R Documentation

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. These nominate which components of the alldiffs object to print.

...

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

## Not run: 
print.alldiffs(predictiondiffs.asreml(asreml=splitplot.asr, wald=wald,
               present=c("Type","Sources","Species"), 
               factors=list("Species")))

## End(Not run)

[Package asreml3Plus version 2.0-14 Index]