View source: R/fit_bayesglm_utils.R
get_posterior_densities | R Documentation |
Extracts posterior density estimates for hyperparameters
get_posterior_densities(INLA_model_obj, spde, field_names)
INLA_model_obj |
An object of class |
spde |
The model used for the latent fields in the |
field_names |
Descriptive names of model regressors (fields). |
Long-form data frame containing posterior densities for the hyperparameters associated with each latent field
This function requires the INLA
package, which is not a CRAN package.
See https://www.r-inla.org/download-install for easy installation instructions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.