coef.grpsel {grpsel}R Documentation

Coefficient function for grpsel object

Description

Extracts coefficients for specified values of the tuning parameters.

Usage

## S3 method for class 'grpsel'
coef(object, lambda = NULL, gamma = NULL, ...)

Arguments

object

an object of class grpsel

lambda

the value of lambda indexing the desired fit

gamma

the value of gamma indexing the desired fit

...

any other arguments

Value

A matrix of coefficients.

Author(s)

Ryan Thompson <ryan.thompson@monash.edu>


[Package grpsel version 1.3.1 Index]