print.asrtests | R Documentation |
asrtests.object
Prints a summary
of the asreml object, the pseudoanova
and
the test.summary data.frame
that are stored in the
asrtests.object
.
## S3 method for class 'asrtests'
print(x, which = "key", colourise = FALSE, ...)
x |
An |
which |
Which elements of the |
colourise |
A |
... |
further arguments passed to |
No value is returned, but the elements of the list in x
are
printed.
Chris Brien
print.wald.tab
, as.asrtests
, asremlPlus-package
## Not run:
data(Wheat.dat)
current.asr <- asreml(yield ~ Rep + WithinColPairs + Variety,
random = ~ Row + Column + units,
residual = ~ ar1(Row):ar1(Column),
data=Wheat.dat)
current.asrt <- as.asrtests(current.asr, NULL, NULL)
current.asrt <- rmboundary.asrtests(current.asrt)
# Test Row autocorrelation
current.asrt <- testresidual(current.asrt, , "~ Row:ar1(Column)",
label="Row autocorrelation", simpler=TRUE)
print(current.asrt)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.