convAsremlobj.asreml: Recreates an 'asreml' object so that it is compatible with...

convAsremlobj.asremlR 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 passsing 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. (2018). ASReml-R Reference Manual Version 4. 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)

asremlPlus documentation built on Nov. 5, 2023, 5:07 p.m.