Description Usage Arguments Details Value Author(s) See Also Examples
Probability of Variables and Models Calculated with a Kuo-Mallik Approach
1 |
x |
an object of class |
probabilityKM
calculates the probability of
inclusion of the variables, as well as the probability that each
possible model is true, using a Kuo-Mallik approach. The model used
should have been fitted with the package rjags, using the model
string returned by the function prepareFit
.
a list with two elements containing: (i) variables
:
a data.frame containing the probability of inclusion of each
variable in the model, (ii) models
: a data.frame containing
the probability that each possible model (i.e. a given combination
of the variables used in the model) is true. In both cases, the
variables and models are sorted by decreasing value of probability.
Clement Calenge, clement.calenge@oncfs.gouv.fr
1 2 | data("modelRedDeer")
probabilityKM(modelRedDeer)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.