predict.monpol produces predicted values, obtained by evaluating
the monotone polynomial in the frame newdata.## S3 method for class 'monpol':
predict(object, newdata, scale = c("original", "fitted"), ...)newdata is
missing the fitted values at the original data points are returned.newdata is
assumed to be on the indicated scale.predict.monpol produces a vector of predictions.predict method for objects inheriting from
class "monpol".