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 wald from a call to wald.asreml.

digits

Numeric precision.

signif.stars

Should stars be printed on summary tables of coefficients (default = getOption("show.signif.stars")).

...

Additional arguments to be passed to stats::printCoefmat.


[Package asreml version 4.2.0.480 Index]