Learn R Programming

robustbase (version 0.1-2)

fitted.nlrob: Extract Fitted Values from "nlrob" Model

Description

fitted is a generic function which extracts fitted values from objects returned by modeling functions. fitted.values is an alias for it.

Usage

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

Arguments

object
object of class nlrob
...
additional arguments

Value

  • A numeric vector of fitted values extracted from object.

See Also

fitted, nlrob