Configuration for an INLA model An internal function to run a configured INLA model
run_inla_config.Rd
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,
n_cores = NULL
)
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
- n_cores
number of cores to use. If null uses available cores - 2