Learn R Programming

qbrms (version 1.0.1)

fit_fixed_effects_model: Fit Fixed Effects Model (standalone to avoid recursion)

Description

Fit Fixed Effects Model (standalone to avoid recursion)

Usage

fit_fixed_effects_model(
  formula,
  data,
  inla_family,
  control.compute,
  verbose = TRUE,
  ...
)

Arguments