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

View source: R/predict.RobSBoosting.R

predict.RobSBoostingR Documentation

Make predictions from a "RobSBoosting" object

Description

This function makes predictions from a RobSBoosting model, using the stored "RobSBoosting" object.

Usage

## S3 method for class 'RobSBoosting'
predict(object, newE, newG, ...)

Arguments

object

Fitted "RobSBoosting" object.

newE

Matrix of new values for E at which predictions are to be made.

newG

Matrix of new values for G at which predictions are to be made.

...

Not used. Other arguments to predict.

Value

The object returned depends on the ... argument which is passed on to the predict method for RobSBoosting objects.

References

Mengyun Wu and Shuangge Ma. Robust semiparametric gene-environment interaction analysis using sparse boosting. Statistics in Medicine, 38(23):4625-4641, 2019.

See Also

RobSBoosting, coef, and plot methods.


GEInter documentation built on May 20, 2022, 1:17 a.m.