coef.sgd: Extract Model Coefficients
Description
Extract model coefficients from sgd
objects. coefficients
is an alias for it.
Usage
# S3 method for sgd
coef(object, ...)
Value
Coefficients extracted from the model object object
.
Arguments
- object
object of class sgd
.
- ...
some methods for this generic require additional
arguments. None are used in this method.