Description
print.wald is a 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 wald from a call to wald.asreml. |
digits |
Numeric precision. |
signif.stars |
Controls printing of stars indicating significance in the summary tables of coefficients. The default is getOption("show.signif.stars"). |
... |
Additional arguments to be passed to stats::printCoefmat. |