Description Usage Arguments Value See Also Examples
View source: R/plot_coefficients.R
A basic plot of coefficients with their uncertainty interval.
1 | plot_coefficients(model, ...)
|
model |
The model. For example, lm, glm, gam, lme4, brms. |
... |
Other arguments applied for specific methods. |
A ggplot of the coefficients and their interval estimates. Or the data that would be used to create the plot.
Other model visualization:
plot_coefficients.brmsfit()
,
plot_coefficients.lm()
,
plot_coefficients.merMod()
,
plot_gam_2d()
,
plot_gam_3d()
,
plot_gam_check()
,
plot_gam()
1 2 | mod = lm(mpg ~ ., mtcars)
plot_coefficients(mod, order = 'increasing')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.