predict.robustlm: Make predictions from a "robustlm" object.

Description Usage Arguments Value

View source: R/predict.robustlm.R

Description

Returns predictions from a fitted "robustlm" object.

Usage

1
2
## S3 method for class 'robustlm'
predict(object, newx, ...)

Arguments

object

Output from the robustlm function.

newx

New data used for prediction

...

Additional arguments affecting the predictions produced.

Value

The predicted responses.


robustlm documentation built on March 22, 2021, 5:06 p.m.