| weighting | R Documentation |
Returns the approximation to the marginal likelihood used to weight the models, and the learning rate it implies.
weighting(x, ...)
## S3 method for class 'badp_bma'
weighting(x, ...)
learning_rate(x, ...)
## S3 method for class 'badp_bma'
learning_rate(x, ...)
x |
An object of class |
... |
Arguments passed to methods. |
The four approximations are described in bma. Three of them
share the same construction at different learning rates, so the rate is the
quantity that distinguishes them; the fourth, "uip", alters the
penalty instead and has no learning rate.
For weighting, a character string. For
learning_rate, a single number, or NA when the weighting
does not correspond to a learning rate.
bma
data(full_model_space)
results <- bma(full_model_space)
weighting(results)
learning_rate(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.