Learn R Programming

asremlPlus (version 4.4.46)

convAsremlobj.asreml: Recreates an asreml object so that it is compatible with the currently loaded asreml version.

Description

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.

Usage

# S3 method for asreml
convAsremlobj(asreml.obj, ...)

Value

An asreml object.

Arguments

asreml.obj

An asreml object with a component named call (from a previous call to either asreml or update.asreml).

...

Provision for passing arguments to functions called internally - not used at present.

Author

Chris Brien

References

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/.

See Also

newfit.asreml, update.asreml

Examples

Run this code
if (FALSE) {
    m1.asr <- convAsremlobj(m1.asr)
}

Run the code above in your browser using DataLab