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