View source: R/predict.senSlope.R
predict.senSlope | R Documentation |
Predicts new values from Sen slope (senSlope) model fit.
## S3 method for class 'senSlope' predict(object, newdata, ...)
object |
an object of class "senSlope" on which to base the predicted values. |
newdata |
an optional data.frame in which to look for variables with which to predict. If omitted, then the fitted values are used. |
... |
not used, required for method function. |
A vector of predictions matching newdata
or the model data.
senSlope
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.