fixef.glmmsel: Fixed effects function for glmmsel object
Description
Extracts fixed effects for a specified value of the regularisation parameter.
Usage
# S3 method for glmmsel
fixef(object, lambda = NULL, ...)
Value
A matrix of fixed effects.
Arguments
- object
an object of class glmmsel
- lambda
a value of the regularisation parameter
- ...
any other arguments
Author
Ryan Thompson <ryan.thompson-1@uts.edu.au>