convAsremlobj.asreml | R Documentation |
asreml
object so that it is compatible with the currently loaded asreml
version.Recreate an existing asreml
object so that it is compatible with the currently loaded asreml
version. It involves refitting the model stored in the asreml
object.
## S3 method for class 'asreml'
convAsremlobj(asreml.obj, ...)
asreml.obj |
An |
... |
Provision for passing arguments to functions called internally - not used at present. |
An asreml
object.
Chris Brien
Butler, D. G., Cullis, B. R., Gilmour, A. R., Gogel, B. J. and Thompson, R. (2023). ASReml-R Reference Manual Version 4.2. VSN International Ltd, https://asreml.kb.vsni.co.uk/.
newfit.asreml
, update.asreml
## Not run:
m1.asr <- convAsremlobj(m1.asr)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.