ETWFERegression.print_coefficients#

ETWFERegression.print_coefficients(labels, round_to=None)[source]#

Print a summary of the ETWFE parameters.

The base implementation is hardwired to a beta variable indexed by coeffs and treated_units, which a covariate-free ETWFE fit does not have. This prints the quantities that actually matter for this estimator: the in-model att, the common event-time profile tau_bar, the cohort-deviation scale sd_dev, the Mundlak coefficients g_u and g_t when present, any covariate coefficients, and y_hat_sigma.

Parameters:
  • labels (list[str]) – Covariate names to print from beta. Pass [] when the model was fit without covariates.

  • round_to (int | None) – Number of significant figures to round to. Defaults to 2.

Return type:

None