Print a propensity-score summary object
print.summary.causalmixgpd_ps_fit.RdPrint a propensity-score summary object
Usage
# S3 method for class 'summary.causalmixgpd_ps_fit'
print(x, digits = 3, max_rows = 60, show_ess = FALSE, ...)Details
This is a display method for the object returned by
summary.causalmixgpd_ps_fit(). It prints the PS model identity, the
effective data dimension used by that model, and the posterior summary table
for the monitored parameters.
The method does not recompute propensity scores or refit the model. It is a formatting layer over already computed posterior summaries.