Print a causal-model summary object
print.summary.causalmixgpd_causal_fit.RdPrint a causal-model summary object
Usage
# S3 method for class 'summary.causalmixgpd_causal_fit'
print(x, digits = 3, max_rows = 60, ...)Details
This is a formatter for the object returned by
summary.causalmixgpd_causal_fit(). It prints the propensity-score summary
first when that block is present, followed by the control and treated outcome
summaries on the same scale of posterior diagnostics.
No new computation is performed here. The method arranges the stored summary tables so that the three fitted blocks can be inspected together.