Skip to contents

Get and replace NA with 0 in the fixed-effect coefficients from a Mixed-effect model

Usage

Replace_Fixef_NA(in_model)

Arguments

in_model

An input model, expected from lme4::glmer.

Value

The fiexed-effect coefficients of the input model. The dropped columns (if any) are populated also with coefficients all being 0.