A generic for the individual (panel) fixed effects of a fitted panel
model. endogCopulaPanel defines this generic unconditionally,
which means it may mask plm::fixef or lme4::fixef if
either of those packages is attached after endogCopulaPanel; if
you need one of those instead, call it explicitly as
plm::fixef() or lme4::fixef().
Value
A method-specific object holding the estimated individual
effects; see fixef.copregpanel for the method on class
"copregpanel".