Extract the fixed-effects estimates from a fitted random effects model
A generic function to extract the fixed effects (i.e. the company-specific effects) estimates from a fitted random effects model.
## S3 method for class 'hierCredGLM' fixef(object, ...) ## S3 method for class 'hierCredTweedie' fixef(object, ...)
object
: an object of type hierCredGLM
or hierCredTweedie
...
: ignored.a named, numeric vector of fixed-effects estimates.
fit = hierCredGLM(Y ~ area + (1 | VehicleType / VehicleBody), dataCar, weights = w, p = 1.75, epsilon = 1e-6) fixef(fit)