br_show_forest_ggstatsplot | R Documentation |
ggstatsplot
interfaceProvides an interface to visualize the model results with ggstatsplot package.
br_show_forest_ggstatsplot(breg, idx = 1, ...)
breg |
A regression object with results (must pass |
idx |
Length-1 vector. Index or name (focal variable) of the model.
This is different from |
... |
Arguments passing to |
A plot
Other br_show:
br_show_fitted_line()
,
br_show_fitted_line_2d()
,
br_show_forest()
,
br_show_forest_ggstats()
,
br_show_risk_network()
,
br_show_table()
,
br_show_table_gt()
if (rlang::is_installed("ggstats")) {
m <- br_pipeline(mtcars,
y = "mpg",
x = colnames(mtcars)[2:4],
x2 = "vs",
method = "gaussian"
)
br_show_forest_ggstatsplot(m)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.