The fixed-effect point estimates, equivalent to coef() on a tulpa_fit.
Provided under the fixef name for code written against the lme4 / nlme
interface: lme4::fixef(fit) and nlme::fixef(fit) dispatch here too when
either package is installed, so a tulpa_fit can be dropped into an
lme4-shaped workflow.
Details
Note the deliberate difference from lme4::coef.merMod, which returns
per-group sums of the fixed and random effects. On a tulpa_fit, coef()
returns the fixed effects alone and fixef() is its synonym; the random
effects are ranef().