Print a propensity score fit
# S3 method for class 'causalmixgpd_ps_fit'
print(x, ...)
x:
A "causalmixgpd_ps_fit" object.
…:
Unused.
The input object (invisibly).
A propensity-score fit models the treatment assignment probability \e(x) = \Pr(A = 1 \mid X = x)\. The printed header identifies which PS family was fitted, but it intentionally omits coefficient-level summaries.
Use summary() on the same
object when you need posterior means, spread, and intervals for the
monitored PS parameters. The compact print method is mainly an identity
check inside larger causal workflows.