Learn R Programming

specmine (version 1.0)

plot_regression_coefs_pvalues: Plot regression coefficient and p-values

Description

Plots the linear regression coefficient and the p-values.

Usage

plot_regression_coefs_pvalues(linreg.results, bar.col = NULL, coef.size = 5, ...)

Arguments

linreg.results
linear regression results.
bar.col
color of the bars.
coef.size
coefficient font size.
...
additional parameters to geom_text and geom_bar from ggplot.

Examples

Run this code
   ## Not run: 
#      ## Example of multiplot
#      plot_regression_coefs_pvalues(linreg.results)
#    ## End(Not run)

Run the code above in your browser using DataLab