View source: R/predict.Miss.boosting.R
predict.Miss.boosting | R Documentation |
This function makes predictions from a Miss.boosting model, using the stored
"Miss.boosting"
object.
## S3 method for class 'Miss.boosting' predict(object, newE, newG, ...)
object |
Fitted |
newE |
Matrix of new values for |
newG |
Matrix of new values for |
... |
Not used. Other arguments to predict. |
The object returned depends on the ... argument which is passed
on to the predict
method for Miss.boosting
objects.
Mengyun Wu and Shuangge Ma. Robust semiparametric gene-environment interaction analysis using sparse boosting. Statistics in Medicine, 38(23):4625-4641, 2019.
Miss.boosting
, and plot
methods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.