PanelRegression.get_plot_data#

PanelRegression.get_plot_data(**kwargs)[source]#

Get plot data with fitted values.

Bayesian models additionally return y_fitted_lower / y_fitted_upper 95% credible-interval columns.

Parameters:

**kwargs (Any) – Reserved for forward-compatibility; not consumed by this implementation.

Returns:

DataFrame with fitted values (and credible intervals when the model carries posterior draws).

Return type:

pd.DataFrame