lpreg | R Documentation |
Local Polynomial Regression
lpreg(x, y, x.eval, minimum.num.obs = 4, span = 0.3, ...)
x |
independent variable |
y |
response variable |
x.eval |
vector to predict on |
minimum.num.obs |
minimum number of observations needed to run the regression |
span |
see 'loess' function |
... |
other parameters passed to 'loess' function |
predicted values at 'x.eval'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.