coef.sgd: Extract Model Coefficients

Description Usage Arguments Value

View source: R/coef.sgd.R

Description

Extract model coefficients from sgd objects. coefficients is an alias for it.

Usage

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

Arguments

object

object of class sgd.

...

some methods for this generic require additional arguments. None are used in this method.

Value

Coefficients extracted from the model object object.


sgd documentation built on July 13, 2019, 1:06 a.m.