| 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 |
param |
If |
coef |
If |
vparameters |
If |
... |
Additional arguments. |
Value
A list of class summary.asreml with the following components:
call: Thecallcomponent fromobject.loglik: The log-likelihood value,loglikcomponent, fromobject.nedf: Thenedfcomponent fromobject.sigma: The square of the residual variance,sqrt(object$sigma2).varcomp: A data frame summarizing the random parameter vector (object$vparameters). Variance component ratios are included ifparam = "gamma", and a measure of precision (standard error) is included along with boundary constraints at termination and the percentage change in the final iteration.aic: Akaike information criterion for the fitted model.bic: Bayesian information criterion for the fitted model.distribution: A character string identifying the error distribution(s) ifobject$deviance != 0.link: A character string identifying the link function(s) ifobject$deviance != 0.deviance: The deviance from the fit ifobject$deviance != 0.heterogeneity: Variance heterogeneity (calculated asdeviance/nedf) ifobject$deviance != 0.coef.fixed: A matrix of coefficients (solutions) and their standard errors for fixed effects ifcoef = TRUE.coef.random: A matrix of coefficients (solutions) and their standard errors for random effects ifcoef = TRUE.coef.sparse: A matrix of coefficients (solutions) and their standard errors for fixed effects included in thesparseset ifcoef = TRUE.vparameters: A list of variance structures with matrices converted to full dense form. Foranteandcholmodels the components are given invarcompand returned ingammasin variance-covariance form.