summary.asreml {asreml}R Documentation

Summarize an asreml object

Description

A summary method for objects inheriting from class asreml.

Usage

## S3 method for class 'asreml'
summary(
  object,
  param = c("sigma", "gamma"),
  coef = FALSE,
  vparameters = FALSE,
  ...
)

Arguments

object

An asreml object.

param

If "sigma", variance components are reported on the sigma scale only; otherwise, if "gamma", an additional column of variance ratios is returned (default = "sigma").

coef

If TRUE, the coefficients and their standard errors are included in the returned object (default = FALSE).

vparameters

If TRUE, the variance component parameters are included in the returned object in list form (default = FALSE).

...

Additional arguments.

Value

A list of class summary.asreml with the following components:


[Package asreml version 4.2.0.480 Index]