print.test.summary | R Documentation |
Prints a test.summary
(also a choose.summary
) with or without a title and with p-values limited to 4-digits.
## S3 method for class 'test.summary'
print(x, which.print = c("title", "table"), omit.columns = NULL, ...)
x |
A object that, ideally, is of class |
which.print |
A |
omit.columns |
A |
... |
further arguments passed to |
No value is returned, but x
is printed, possibly with a title.
Chris Brien
print.wald.tab
, print.asrtests
, 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$test.summary)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.