asreml.obj
stored in an asrtests.object
to further iterations of the fitting process.In an effort to improve convergence, subject the fitted asreml.obj
stored
in an asrtests.object
to further iterations of the fitting process;
the model specification is not changed. While no change is made to the
test.summary
, the wald.tab
is updated.
# S3 method for asrtests
iterate(asrtests.obj, denDF="numeric", trace = FALSE, ...)
An object of S3-class asrtests
.
an asrtests.object
containing the components (i) asreml.obj
,
(ii) wald.tab
, and (iii) test.summary
.
Specifies the method to use in computing approximate denominator
degrees of freedom when wald.asreml
is called. Can be none
to suppress the computations, numeric
for numerical methods,
algebraic
for algebraic methods or default
, the default,
to automatically choose numeric or algebraic computations depending
on problem size. The denominator degrees of freedom are calculated
according to Kenward and Roger (1997) for fixed terms in the dense
part of the model.
If TRUE then partial iteration details are displayed when ASReml-R functions are invoked; if FALSE then no output is displayed.
further arguments passed to update.asreml
.
Chris Brien
Kenward, M. G., & Roger, J. H. (1997). Small sample inference for fixed effects from restricted maximum likelihood. Biometrics, 53, 983-997.
as.asrtests
, asrtests.object
, newfit.asreml
if (FALSE) {
current.asrt <- iterate(current.asrt)
}
Run the code above in your browser using DataLab