View source: R/predict.seinfitR.R
predict.seinfitR | R Documentation |
Predict method for seinfitR objects
## S3 method for class 'seinfitR'
predict(object, newdata = NULL, ...)
object |
An object of class |
newdata |
Optional. A data frame containing the independent variable for which predictions should be made. If not provided, predictions are made for the original data. |
... |
currently unused. |
This function generates predictions based on a fitted Seinhorst model.
A data frame with the independent variable and the corresponding predicted values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.