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