formula.locfit: Formula from a Locfit object.
Description
Extract the model formula from a locfit object.
Usage
# S3 method for locfit
formula(x, ...)
Value
Returns the formula from the locfit object.
Arguments
- x
locfit
object.
- ...
Arguments passed to and from other methods.