predict.robustlm {robustlm} | R Documentation |
Make predictions from a "robustlm" object.
Description
Returns predictions from a fitted
"robustlm
" object.
Usage
## S3 method for class 'robustlm'
predict(object, newx, ...)
Arguments
object |
Output from the |
newx |
New data used for prediction |
... |
Additional arguments affecting the predictions produced. |
Value
The predicted responses.
[Package robustlm version 0.1.0 Index]