scikits.statsmodels.rlm.RLM.predict

RLM.predict(design)
After a model has been fit predict returns the fitted values. If the model has not been fit, then fit is called.

This Page