Learn R Programming

robustlm (version 0.1.0)

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

Description

Returns predictions from a fitted "robustlm" object.

Usage

# S3 method for 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.