plot.RobSBoosting: Plot coefficients from a "RobSBoosting" object

View source: R/plot.RobSBoosting.R

plot.RobSBoostingR 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 "RobSBoosting" model.

...

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.


GEInter documentation built on May 20, 2022, 1:17 a.m.