coef.sgd {sgd} | R Documentation |
Extract Model Coefficients
Description
Extract model coefficients from sgd
objects. coefficients
is an alias for it.
Usage
## S3 method for class 'sgd'
coef(object, ...)
Arguments
object |
object of class |
... |
some methods for this generic require additional arguments. None are used in this method. |
Value
Coefficients extracted from the model object object
.
[Package sgd version 1.1.2 Index]