formula.locfit {locfit} | R Documentation |
Formula from a Locfit object.
Description
Extract the model formula from a locfit object.
Usage
## S3 method for class 'locfit'
formula(x, ...)
Arguments
x |
|
... |
Arguments passed to and from other methods. |
Value
Returns the formula from the locfit object.
See Also
[Package locfit version 1.5-9.10 Index]