fitted.sgd: Extract Model Fitted Values

View source: R/fitted.sgd.R

fitted.sgdR Documentation

Extract Model Fitted Values

Description

Extract fitted values from from sgd objects. fitted.values is an alias for it.

Usage

## S3 method for class 'sgd'
fitted(object, ...)

Arguments

object

object of class sgd.

...

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

Value

Fitted values extracted from the object object.


airoldilab/sgd documentation built on Feb. 9, 2024, 8:10 p.m.