Print an ATE summary
# S3 method for class 'summary.causalmixgpd_ate'
print(x, digits = 3, ...)
x:
A "summary.causalmixgpd_ate" object.
digits:
Number of digits to display.
…:
Unused.
The object x, invisibly.
This method formats the object returned by
summary.causalmixgpd_ate().
It prints the prediction design, interval settings, optional model
metadata, and the resulting treatment-effect table on the mean or
restricted-mean scale.
The method is purely a reporting layer. All posterior aggregation has already been completed by the corresponding summary constructor.