Description Usage Arguments Details Value Author(s) References See Also
The function takes a list of glmulti
objects and returns a new glmulti
object.
This object contains the best models found in all passed objects, with duplicates removed.
Useful to bring back together the different parts of a parallelized exhaustive screen, or to make the consensus
of several replicate genetic algorithms.
1 |
xs |
A list containing |
confsetsize |
The number of best models to be included in the consensus object. If |
... |
Further arguments, allowing to write custom S4 methods for this generic. |
The name of the returned object is the name of the first object passed, with "consensus-" prepended.
The params
slot of the returned object is taken from the first object too.
Note that if not all glmulti
objects in xs do contain fitted model objects, then no model object will be included in the returned glmulti
object.
A standard object of class glmulti
Vincent Calcagno, McGill University
Calcagno \& de Mazancourt 2010 J. Stat. Soft. v34 i12. See http://www.jstatsoft.org/v34/i12
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.