ranef-actuaRE {actuaRE}R Documentation

Extract the random effect estimates from a fitted random effects model

Description

A generic function to extract the estimates/predictions of the random effects from a fitted random effects model.

Usage

## S3 method for class 'hierCredibility'
ranef(object, ...)

## S3 method for class 'hierCredGLM'
ranef(object, ...)

## S3 method for class 'hierCredTweedie'
ranef(object, ...)

Arguments

object

an object of type hierCredibility, hierCredGLM or hierCredTweedie

...

Currently ignored.

Value

A list of data frames, one for each grouping factor for the random effects. The number of rows in the data frame is the number of levels of the grouping factor. The first (two) columns correspond(s) to the grouping factor. The last column corresponds to the estimated random effect.


[Package actuaRE version 0.1.5 Index]