StaggeredDifferenceInDifferences.print_coefficients#

StaggeredDifferenceInDifferences.print_coefficients(round_to=None)[source]#

Ask the model to print its coefficients.

Overrides print_coefficients() because on the Bayesian ETWFE path self.labels advertises the whole parameter block (att, tau_bar[k], g_u, g_t, covariates) for the benefit of maketables, whereas print_coefficients() expects only the covariate names, which are the ones that index into beta.

Parameters:

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

Return type:

None