plot.Miss.boosting {GEInter} | R Documentation |
Plot coefficients from a "Miss.boosting" object
Description
Draw plots for estimated parameters in a fitted
"Miss.boosting"
object, including a heatmap for discrete
environmental (E) effects, and selected genetic (G) effects and G-E interactions, and plots for each
of selected continuous E (EC) effect and interactions between EC and G.
Usage
## S3 method for class 'Miss.boosting'
plot(x, ...)
Arguments
x |
Fitted |
... |
Other graphical parameters to plot. |
Value
A heatmap for estimated coefficients.
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
Miss.boosting
, and predict
methods.
[Package GEInter version 0.3.2 Index]