GeneralizedLinearRegression.print_coefficients# GeneralizedLinearRegression.print_coefficients(labels, round_to=None)[source]# Print posterior summaries for regression coefficients and auxiliaries. Parameters: labels (list[str]) – Coefficient names matching the coeffs coordinate. 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