Continuous Data, Paired Samples, Data Structure

Two samples with observations on natural or matched pairs (e.g., pre-test, post-test samples).

Create separate numeric variables for each sample (e.g., X1 and X2).

Define DELTA to store paired differences.

Subtract X1 from X2 (or vice versa) to calculate within-pair difference.