This method uses a simple Euclidean distance calculation for determining the distances between two matches. That is, |ps1 - ps2|.
Arguments
- x
vector of propensity scores.
- grouping
vector or factor identifying group membership.
- id
vector corresponding to unique identifer for each element in
x
andgrouping
.- groups
vector of length two indicating the unique groups to calculate the distance between. The first element will be the rows, the second columns.
- caliper
a scaler indicating the caliper to use for matching within each step.
- nmatch
number of smallest distances to retain.