PanelRegression.summary#

PanelRegression.summary(round_to=None)[source]#

Print a summary of the panel regression results.

Parameters:

round_to (int | None) – Number of significant figures to round to. Defaults to None, in which case 2 significant figures are used.

Raises:

GroupNotSampledException – If the experiment has not been fitted yet.

Return type:

None