powered by
Plots the linear regression coefficient and the p-values.
plot_regression_coefs_pvalues(linreg.results, bar.col = NULL, coef.size = 5, ...)
linear regression results.
color of the bars.
coefficient font size.
additional parameters to geom_text and geom_bar from ggplot.
# NOT RUN { # } # NOT RUN { ## Example of multiplot plot_regression_coefs_pvalues(linreg.results) # }
Run the code above in your browser using DataLab