Learn R Programming

sgd (version 1.1.2)

residuals.sgd: Extract Model Residuals

Description

Extract model residuals from sgd objects. resid is an alias for it.

Usage

# S3 method for sgd
residuals(object, ...)

Value

Residuals extracted from the object object.

Arguments

object

object of class sgd.

...

some methods for this generic require additional arguments. None are used in this method.