plot_coefficients: Plot coefficients

Description Usage Arguments Value See Also Examples

View source: R/plot_coefficients.R

Description

A basic plot of coefficients with their uncertainty interval.

Usage

1

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

Other model visualization: plot_coefficients.brmsfit(), plot_coefficients.lm(), plot_coefficients.merMod(), plot_gam_2d(), plot_gam_3d(), plot_gam_check(), plot_gam()

Examples

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

m-clark/visibly documentation built on Oct. 28, 2020, 5:33 p.m.