Skip to contents

Model viewing shiny app. Visualises INLA model output, plots the posterior distributions of model parameters and prediction statistics.

Usage

model_viewer(
  model_output,
  mesh,
  measurement_data,
  data_distribution = "Poisson"
)

Arguments

model_output

INLA/inlabru model output

mesh

INLA/fmesher mesh used for the run

measurement_data

Measurement data used for the run (can be data.frame, SpatialPoints/SpatialPointsDataFrame, or simple feature collection)

data_distribution

Type of data, Poisson or Gaussian (character)

Value

shiny::app with model viewer functionality