iterate.asrtests | R Documentation |
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 class 'asrtests'
iterate(asrtests.obj, denDF="numeric", trace = FALSE, ...)
asrtests.obj |
an |
denDF |
Specifies the method to use in computing approximate denominator
degrees of freedom when |
trace |
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 |
An object of S3-class asrtests
.
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
## Not run:
current.asrt <- iterate(current.asrt)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.