zi
a list of data frames, containing random effects for
the zero inflation.
disp
a list of data frames, containing random effects
for the dispersion model.
If condVar=TRUE
, the individual list elements within the
cond
, zi
, and disp
components (corresponding to individual
random effects terms) will have associated condVar
attributes
giving the conditional variances of the random effects values.
These are in the form of three-dimensional arrays: see
ranef.merMod
for details. The only difference between
the packages is that the attributes are called ‘postVar’
in lme4, vs. ‘condVar’ in glmmTMB.
For coef.glmmTMB
: a similar list, but containing
the overall coefficient value for each level, i.e., the sum of
the fixed effect estimate and the random effect value for that
level. Conditional variances are not yet available as
an option for coef.glmmTMB
.
For as.data.frame
: a data frame with components
- component
part of the model to which the random effects apply (conditional or zero-inflation)
- grpvar
grouping variable
- term
random-effects term (e.g., intercept or slope)
- grp
group, or level of the grouping variable
- condval
value of the conditional mode
- condsd
conditional standard deviation