Skip to contents

Configuration for an INLA model An internal function to run a configured INLA model

Usage

run_inla_config(
  formula,
  data,
  family = "zeroinflatednbinomial1",
  config = T,
  verbose = T
)

Arguments

formula

forumula in y ~x format for model

data

data to be used in model

family

family of model to fit. Default = "zeroinflatednbinomial1"

config

whetehr or not to use config for control.compute step. Default = TRUE

verbose

whether fitting should be verbose. Default = TRUE