coef.sgd {sgd} | R Documentation |
Extract model coefficients from sgd
objects. coefficients
is an alias for it.
## S3 method for class 'sgd'
coef(object, ...)
object |
object of class |
... |
some methods for this generic require additional arguments. None are used in this method. |
Coefficients extracted from the model object object
.