Description Usage Arguments Details Value Author(s) See Also
These functions are used by glmulti to compute Information Criteria from a fitted model object.
They are S4 generics, currently with methods for glm/lm objects.
You may define your own methods if needed, to support other fitting functions or to use other IC.
1 2 3 4 5 |
object |
A fitted model object. |
... |
Further arguments that may be useful for future methods. |
When using qaic or qaicc, you will need to provide an estimate of the inflation factor c.
This is done through the global variable glmultiqaiccvalue. Set this varaible equal to your estimated c before running glmulti.
Otherwise it will stop with a warning.
The IC value of the model.
Vincent Calcagno, McGill University
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.