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, ...)
Arguments
…
some methods for this generic require additional
arguments. None are used in this method.
Value
Coefficients extracted from the model object object
.