depictr.coefficient_plot#

depictr.coefficient_plot(model, intercept=False, order='model', conf_level=0.95, title=None)#

Forest (dot-and-whisker) plot of model coefficients.

Parameters:
  • model (statsmodels results object or pandas.DataFrame) – See tidy_estimates().

  • intercept (bool) – Whether to include the intercept term.

  • order ({"model", "ascending", "descending"}) – Order of the terms up the axis.

  • conf_level (float) – Confidence level passed to tidy_estimates().

  • title (str, optional)

Return type:

plotnine.ggplot