| asrtests.object {asremlPlus} | R Documentation |
Description of an asrtests object
Description
An object of S3-class asrtests that contains information derived from the fits of
a mixed model using asreml.
as.asrtests is function that makes an object of this class.
is.list is the membership function for this class; it tests
that an object is of class list.
validAsrtests can be used to test the validity of an
asrtests.object.
Value
A list that contains three components:
-
asreml.obj: an object of classasremlthat contains the fit of a model; -
wald.tab: Adata.framecontaining a pseudo-anova table for the fixed terms produced bywald.asreml. It hasrownamesthat correspond to the fixed terms that were fitted and four columns. If denominator degrees of freedom were calculated then the columns areDF,denDF,F.inc,Pr; otherwise the columns areDf,Sum of Sq,Wald statistic, andPr(Chisq). -
test.summary: Adata.framewith columnsterms,DF,denDF,p,AIC,BICandaction, each row of which summarizes the results of proposed changes to the fitted model.Possible codes for
actionare:Dropped,Retained,Swapped,Unswapped,Unchanged,Significant,Nonsignificant,Absent,Added,RemovedandBoundary. If the either of the models did not converge,unconvergedwill be added to the code.Unchangedis used whenallow.unconvergedisFALSE. Note that the logicalasreml.obj$convergealso reflects whether there is convergence.A row is added to the
test.summaryfor each term that is dropped, added or tested or a note that several terms have been added or removed. When values for the AIC and BIC are included in the row, then the DF are the number of fixed parameters in the model and denDF are the numbers of variance parameters. WhenchangeModelOnICadds a row then the values of the degrees of freedom and information criteria are differences between those for the model that is supplied and the model changed bychangeModelOnIC.
Author(s)
Chris Brien
See Also
as.asrtests, as.asrtests, validAsrtests