Description Usage Arguments Details Value See Also
View source: R/sample_posterior.R
Create list to use with INLA::inla.posterior.sample(selection = sel)
.
1 | posterior_samples_sel(.result, excl = c("APredictor", "Predictor"))
|
.result |
|
excl |
vector of tags to exclude from the selection list. Represents
the predictors. Default is |
The parameters could be in the hyperpar section of the sample as well as in the latent section. This happens when then the parameter is in the f() section of the inla formula. When this is the case, this function remove form the selection the variables in hyperpar.
See the documentation INLA::inla.posterior.sample
for more details
on the parameters selection
.
List of selected tags and indices
INLA::inla.posterior.sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.