powered by
A generic function to extract the fixed effects (i.e. the company-specific effects) estimates from a fitted random effects model.
# S3 method for hierCredGLM fixef(object, ...)# S3 method for hierCredTweedie fixef(object, ...)
# S3 method for hierCredTweedie fixef(object, ...)
a named, numeric vector of fixed-effects estimates.
an object of type hierCredGLM or hierCredTweedie
hierCredGLM
hierCredTweedie
ignored.
# \donttest{ fit = hierCredGLM(Y ~ area + (1 | VehicleType / VehicleBody), dataCar, weights = w, p = 1.75, epsilon = 1e-6) fixef(fit) # }
Run the code above in your browser using DataLab