A basic plot of coefficients with their uncertainty interval.

plot_coefficients(model, ...)

Arguments

model

The model. For example, lm, glm, gam, lme4, brms.

...

Other arguments applied for specific methods.

Value

A ggplot of the coefficients and their interval estimates. Or the data that would be used to create the plot.

See also

Examples

mod = lm(mpg ~ ., mtcars) plot_coefficients(mod, order = 'increasing')