polynomial {amba} | R Documentation |
Create a polynomial term object, noting the polynomial terms are linear terms, where linear refers to linearity in parameters, and polynomial refers to a function of x. A polynomial term adds little over the standard linear terms, other than taking care of key function specification.
polynomial (x, y=NULL, deg=1, valid.intercept=ifst (y), s)
x |
|
y |
|
deg |
|
valid.intercept |
|
s |