fixef-actuaRE function

Extract the fixed-effects estimates from a fitted random effects model

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, ...)

Arguments

  • object: an object of type hierCredGLM or hierCredTweedie
  • ...: ignored.

Returns

a named, numeric vector of fixed-effects estimates.

Examples

fit = hierCredGLM(Y ~ area + (1 | VehicleType / VehicleBody), dataCar, weights = w, p = 1.75, epsilon = 1e-6) fixef(fit)