View source: R/predict.PTReg.R
predict.PTReg | R Documentation |
This function makes predictions from a PTReg model, using the stored "PTReg"
object.
## S3 method for class 'PTReg' 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 PTReg
objects.
Yaqing Xu, Mengyun Wu, Shuangge Ma, and Syed Ejaz Ahmed. Robust gene-environment interaction analysis using penalized trimmed regression. Journal of Statistical Computation and Simulation, 88(18):3502-3528, 2018.
PTReg
, coef
and plot
methods, and bic.PTReg
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.