consensus-methods {glmulti} | R Documentation |
Consensus method for glmulti objects.
Description
Concatenates several glmulti
objects and makes a consensus of them.
Methods
- xs = "list"
a list of
glmulti
objects to make a consensus of. Can include actual objects or filenames pointing to objects written on the disk (typicallyglmulti
objects that have been saved usingwrite
withfile="filename|object"
).
[Package glmulti version 1.0.8 Index]