ranef-actuaRE {actuaRE} | R Documentation |
A generic function to extract the estimates/predictions of the random effects from a fitted random effects model.
## S3 method for class 'hierCredibility'
ranef(object, ...)
## S3 method for class 'hierCredGLM'
ranef(object, ...)
## S3 method for class 'hierCredTweedie'
ranef(object, ...)
object |
an object of type |
... |
Currently ignored. |
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.