print.alldiffs {asreml3Plus} | R Documentation |
alldiffs
object in a nice format.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.
## S3 method for class 'alldiffs' print(x, which = "all", ...)
x |
A |
which |
A |
... |
further arguments passed to or from other methods. |
No value is returned, but the elements of the list in x
,
returned from asreml.predictiondiffs
, are printed.
alldiffs
, predictiondiffs.asreml
## Not run: print.alldiffs(predictiondiffs.asreml(asreml=splitplot.asr, wald=wald, present=c("Type","Sources","Species"), factors=list("Species"))) ## End(Not run)