statsmodels.stats.meta_analysis.CombineResults.plot_forest

CombineResults.plot_forest(ax=None, **kwds)[source]

Forest plot with means and confidence intervals

Parameters
axNone or matplotlib axis instance

If ax is provided, then the plot will be added to it.

kwdsoptional keyword arguments

Keywords are forwarded to the dot_plot function that creates the plot.

Returns
figMatplotlib figure instance

See also

dot_plot