predict.DSA {DSA} | R Documentation |
Predict returns predicted values based on a DSA object and potentially new data. If newdata is missing then predict produces the fitted values, otherwise the new data is used to produce predicted response values based on the model.selected from a call to the DSA routine.
predict.DSA(object, newdata = NULL, ...)
object |
An object returned from a call to the DSA routine. |
newdata |
An optional argument specifiying a new data frame to be used to obtain the fitted values. |
... |
Currently ignored |
The fitted values, or the results of calling glm.predict.