Get and replace NA
with 0
in the fixed-effect coefficients from a Mixed-effect model
Source: R/utils.R
Replace_Fixef_NA.Rd
Get and replace NA
with 0
in the fixed-effect coefficients from a Mixed-effect model
Arguments
- in_model
An input model, expected from
lme4::glmer
.