plot.bic.BLMCP {GEInter} | R Documentation |
Plot coefficients from a "bic.BLMCP" object
Description
Draw a heatmap for estimated coefficients in a fitted
"bic.BLMCP"
object.
Usage
## S3 method for class 'bic.BLMCP'
plot(x, ...)
Arguments
x |
Fitted |
... |
Other graphical parameters to plot. |
Value
A heatmap for estimated coefficients.
References
Mengyun Wu, Yangguang Zang, Sanguo Zhang, Jian Huang, and Shuangge Ma.
Accommodating missingness in environmental measurements in gene-environment interaction
analysis. Genetic Epidemiology, 41(6):523-554, 2017.
Jin Liu, Jian Huang, Yawei Zhang,
Qing Lan, Nathaniel Rothman, Tongzhang Zheng, and Shuangge Ma.
Identification of gene-environment interactions in cancer studies using penalization.
Genomics, 102(4):189-194, 2013.
See Also
predict
, coef
and BLMCP
methods.
[Package GEInter version 0.3.2 Index]