plot.PTReg {GEInter} | R Documentation |
Plot coefficients from a "PTReg" object
Description
Draw a heatmap for estimated coefficients in a fitted
"PTReg"
object.
Usage
## S3 method for class 'PTReg'
plot(x, ...)
Arguments
x |
Fitted |
... |
Other graphical parameters to plot. |
Value
A heatmap for estimated coefficients.
References
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.
See Also
PTReg
, and predict
, and coef
methods.
[Package GEInter version 0.3.2 Index]