Skip to contents

`extract_lp_sigma` Extracts posterior distribution of the linear predictor a of the covariance matrix from an object obtained from inla.posterior.sample

Usage

extract_lp_sigma(xx)

Arguments

xx

a resulting object of applying the function `inla.posterior.sample`

Value

A list with two objects: 1. Linear predictor substracting id.z. 2. Posterior Covariance matrix

Author

Joaquín Martínez-Minaya <jmarminaya@gmail.com>