Rdocumentation
powered by
Learn R Programming
medley (version 0.1.0)
loess.fit: Wrapper for loess fit
Description
Wrapper for loess fit
Usage
loess.fit(x, y, ...)
Arguments
x
the matrix of predictors
y
the vector of responses
...
other parameters to pass to
loess()