plot.RobSBoosting {GEInter} | R Documentation |
Plot coefficients from a "RobSBoosting" object
Description
Draw plots for estimated parameters in a fitted
"RobSBoosting"
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 'RobSBoosting'
plot(x, ...)
Arguments
x |
Fitted |
... |
Other graphical parameters to plot. |
Value
Plots 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
RobSBoosting
, predict
and coef
methods.
[Package GEInter version 0.3.2 Index]