POLYREG | R Documentation |
This function builds a polynomial regression model.
POLYREG(x, y, degree = 2, tune = FALSE, ...)
x |
Predictor |
y |
Response |
degree |
The polynom degree. |
tune |
If true, the function returns paramters instead of a classification model. |
... |
Other parameters. |
The classification model, as an object of class model-class
.
polyreg
## Not run:
require (datasets)
data (trees)
POLYREG (trees [, -3], trees [, 3])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.