Skip to contents

Draws four panels of convergence diagnostics for an iterated INLA method estimation

Usage

bru_convergence_plot(x)

Arguments

x

a bru object, typically a result from bru() for a nonlinear predictor model

Details

Requires the "dplyr", "ggplot2", "magrittr", and "patchwork" packages to be installed.

Examples

if (FALSE) {
fit <- bru(...)
bru_convergence_plot(fit)
}