plot_coefficients: Plot coefficients from a model

Description Usage Arguments Value

Description

Plot coefficients from a model

Usage

1
plot_coefficients(x, terms, se_multi, ...)

Arguments

x

A model object

terms

Terms to include in plot, defaulting to everything but the intercept. This can be a character-vector, or, more conveniently, a call to dplyr::vars, which provides a flexible semantics for including/excluding arbitrary terms.

se_multi

Standard-errors will be mulitplied by this to obtain confidence-intervals.

...

Arguments to be passed to subsequent methods. Additional arguments will be passed to 'ggplot2::geom_pointrange'

Value

A ggplot2 object.


strongio/keanu documentation built on May 8, 2019, 11:16 p.m.