R/stats.R
make_regression_graph.Rd
Make a graph of coefficient values and 95 percent confidence interval for regression.
make_regression_graph(model, coefficients = NULL)
A `lm` object made from making a model using `lm()`.
A string or vector of strings with the coefficient names. Will then make the graph only with those coefficients.
Outputs a `ggplot2` graph