polyreg | R Documentation |
Simple minded polynomial regression.
polyreg(x, y, w, degree = 1, monomial = FALSE, ...)
x |
predictor matrix. |
y |
response matrix. |
w |
optional (positive) weights. |
degree |
total degree of polynomial basis (default is 1). |
monomial |
If |
... |
currently not used. |
A polynomial regression fit, containing the essential ingredients for
its predict
method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.