Description Usage Arguments Value Author(s)
View source: R/computeModels.R
If we want to compute the marginal likelihood and information necessary for
generating posterior samples for new models not encountered in the model search
done by glmBayesMfp
, this function can be used: Provide it with the
models configurations
to be interpreted in the context of the object
of class GlmBayesMfp
. The result is again of the latter class, but contains
only the new models (similarly as the whole model space would consist of these and an
exhaustive search would have been conducted).
1 2 3 4 5 6 | computeModels(
configurations,
object,
verbose = length(configurations) > 100L,
debug = FALSE
)
|
configurations |
list of the model configurations |
object |
the |
verbose |
be verbose? (default: only for more than 100 configurations) |
debug |
be even more verbose and echo debug-level information? (not by default) |
The GlmBayesMfp
object with the new models. This can directly
be used as input for sampleGlm
.
Daniel Sabanes Bove daniel.sabanesbove@ifspm.uzh.ch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.