Evaluate a polynomial, or polylist object components.
# S3 method for polynom
predict(object, newdata, ...)# S3 method for polylist
predict(object, newdata, ...)
If newdata
is a numeric vector, a numeric vector of
results. If newdata
is a polynomial, then the composition
is returned as a polynomial, or polylist object.
A polynomial or polylist object
A target object at which to evaluate.
Not used