convAsremlobj.asreml {asremlPlus}R Documentation

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 class 'asreml'
convAsremlobj(asreml.obj, ...)

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.

Value

An asreml object.

Author(s)

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

## Not run: 
    m1.asr <- convAsremlobj(m1.asr)

## End(Not run)

[Package asremlPlus version 4.4.32 Index]