get_posterior_densities2 {BayesfMRI}R Documentation

Extracts posterior density estimates for hyperparameters for volumetric SPDE

Description

Extracts posterior density estimates for hyperparameters for volumetric SPDE

Usage

get_posterior_densities2(INLA_model_obj, field_names)

Arguments

INLA_model_obj

An object of class "inla", a result of a call to inla()

field_names

Descriptive names of model regressors (fields).

Value

Long-form data frame containing posterior densities for the hyperparameters associated with each latent field

INLA Requirement

This function requires the INLA package, which is not a CRAN package. See https://www.r-inla.org/download-install for easy installation instructions.


[Package BayesfMRI version 0.10.1 Index]