coef.ridgereg: Return the coefficients of a ridgereg object

Description Usage Arguments Value Examples

View source: R/coef.ridgereg.R

Description

coef returns the coefficients of a ridgereg object.

Usage

1
2
## S3 method for class 'ridgereg'
coef(object, ...)

Arguments

object

A ridgereg object.

...

Further arguments passed to or from other methods.

Value

Return coefficients.

Examples

1
coef(ridgereg(formula = Petal.Length ~ Species, data = iris, lambda = 0))

Sidryd/lab4sidjac documentation built on Oct. 17, 2020, 11:05 p.m.