1. Home
  2. ASReml-R 4 Commands
  3. print.wald – Print a wald object

print.wald – Print a wald object

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.
Updated on June 22, 2021

Was this article helpful?

Related Articles