fit_mixed_effects_model: Fit Mixed Effects Model using INLA with proper formula conversion
Description
Fit Mixed Effects Model using INLA with proper formula conversion
Usage
fit_mixed_effects_model(
formula,
data,
inla_family,
control.compute,
verbose = TRUE,
...
)