coef.cv.glmmsel {glmmsel}R Documentation

Coefficient function for cv.glmmsel object

Description

Extract cluster coefficients for a cross-validated value of the regularisation parameter.

Usage

## S3 method for class 'cv.glmmsel'
coef(object, lambda = "lambda.min", ...)

Arguments

object

an object of class cv.glmmsel

lambda

a value of the regularisation parameter

...

any other arguments

Value

An array of coefficients.

Author(s)

Ryan Thompson <ryan.thompson-1@uts.edu.au>


[Package glmmsel version 1.0.3 Index]