fixef-actuaRE {actuaRE} | R Documentation |
Extract the fixed-effects estimates from a fitted random effects model
Description
A generic function to extract the fixed effects (i.e. the company-specific effects) estimates from a fitted random effects model.
Usage
## S3 method for class 'hierCredGLM'
fixef(object, ...)
## S3 method for class 'hierCredTweedie'
fixef(object, ...)
Arguments
object |
an object of type |
... |
ignored. |
Value
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)
[Package actuaRE version 0.1.5 Index]