| print.wald {asreml} | R Documentation |
Print a wald object
Description
Print method similar to print.anova for objects with class
wald.
Usage
## S3 method for class 'wald'
print(
x,
digits = max(getOption("digits") - 2L, 3L),
signif.stars = getOption("show.signif.stars"),
...
)
Arguments
x |
An object with class |
digits |
Numeric precision. |
signif.stars |
Should stars be printed on summary tables of coefficients
(default = |
... |
Additional arguments to be passed to |
[Package asreml version 4.2.0.480 Index]