The STRATA statement creates strata of observations that have similar propensity scores. The NSTRATA= option specifies the number of strata. The KEY=TOTAL option allocates approximately the same number of total units to each stratum, and the KEY=TREATED option allocates the same number of treated units to each stratum.
After stratification, you can use the weighted average of the stratum-specific treatment estimates to estimate the treatment effect in the outcome analysis. The particular weights that you use depend on the estimator (ATE or ATT). Two commonly used stratum weights are weighting by the total units and weighting by the treated units.
The PSMATCH procedure provides the following stratum weights to assess the variable balance after stratification:
STRATUMWGT=TOTAL (weighting by the number of total units in stratum), which is used to estimate the ATE
STRATUMWGT=TREATED (weighting by the number of treated units in stratum), which is used to estimate the ATT
Thus, a stratum weight is computed as
where g is the stratum index and
where is the number of treated units and
is the number of control units in the gth stratum.
Let be the mean of treated units in the gth stratum and
be the mean of control units in the gth stratum, with corresponding sample variances
and
. Then the weighted stratum means for the treated and control groups are
The variances of the weighted stratum means and
are then given by
These stratum weights are displayed in the "Standardized Mean Differences within Strata" table (see Output 101.2.7). You can use these weights for estimation of the treatment effect in an outcome analysis.