Learn R Programming

glmmsel (version 1.0.3)

coef.glmmsel: Coefficient function for glmmsel object

Description

Extracts coefficients for a specified value of the regularisation parameter.

Usage

# S3 method for glmmsel
coef(object, lambda = NULL, ...)

Value

An array of coefficients.

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>