Polynomial Regression
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.