CausalMixGPD

Print a propensity score fit

Print a propensity score fit

Usage

# S3 method for class 'causalmixgpd_ps_fit'
print(x, ...)

Arguments

Value

The input object (invisibly).

Details

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.