poly(x, degree=1)
x
| a numeric vector at which to evaluate the polynomial |
degree
| the degree of the polynomial |
degree
over the
specified set of points x
. These are all orthogonal to the
constant polynomial of degree 0.x
and columns
corresponding to the degree, with attributes "degree"
specifying
the degrees of the columns and "coefs"
which contains the
centring and normalization constants used in constructing the
orthogonal polynomials.contr.poly
: it does not attempt to orthogonalize to
machine accuracy.contr.poly
poly(1:10, 3)