Print a QTE summary
# S3 method for class 'summary.causalmixgpd_qte'
print(x, digits = 3, ...)
x:
A "summary.causalmixgpd_qte" object.
digits:
Number of digits to display.
…:
Unused.
The object x, invisibly.
This formatter displays the summary object returned by
summary.causalmixgpd_qte().
It reports the quantile grid, interval configuration, model metadata
when available, and the tabulated quantile effect summaries.
No additional causal computations are performed here. The method simply turns the stored summary tables into a readable report.