ranef.glmmsel {glmmsel} | R Documentation |
Random effects function for glmmsel
object
Description
Extracts random effects for a specified value of the regularisation parameter.
Usage
## S3 method for class 'glmmsel'
ranef(object, lambda = NULL, ...)
Arguments
object |
an object of class |
lambda |
a value of the regularisation parameter |
... |
any other arguments |
Value
A matrix of random effects.
Author(s)
Ryan Thompson <ryan.thompson-1@uts.edu.au>
[Package glmmsel version 1.0.3 Index]