
Plot model coefficients with confidence intervals
ggplot_coef.RdPlot model coefficients with confidence intervals
Examples
if (FALSE) { # \dontrun{
model <- lm(mpg ~ wt + hp, data = mtcars)
ggplot_coef(model)
} # }

ggplot_coef.RdPlot model coefficients with confidence intervals
if (FALSE) { # \dontrun{
model <- lm(mpg ~ wt + hp, data = mtcars)
ggplot_coef(model)
} # }