conditional
, the "fixed effects" part from the model. One
exception are DirichletRegModel
models from DirichletReg,
which has two or three components, depending on model
.
\item `random`, the "random effects" part from the model (or the
`id` for gee-models and similar) \item `zero_inflated`, the "fixed effects" part from the
zero-inflation component of the model
\item `zero_inflated_random`, the "random effects" part from the
zero-inflation component of the model
\item `dispersion`, the dispersion formula
\item `instruments`, for fixed-effects regressions like
`ivreg::ivreg()`, `lfe::felm()` or `plm::plm()`, the
instrumental variables
\item `cluster`, for fixed-effects regressions like
`lfe::felm()`, the cluster specification
\item `correlation`, for models with correlation-component like
`nlme::gls()`, the formula that describes the correlation structure
\item `slopes`, for fixed-effects individual-slope models like
`feisr::feis()`, the formula for the slope parameters
\item `precision`, for `DirichletRegModel` models from
\pkg{DirichletReg}, when parametrization (i.e. `model`) is
`"alternative"`.