match_iterative {MAGMA.R} | R Documentation |
match_iterative
Description
matches Cases iteratively during the matching process.
Usage
match_iterative(distance_input, output_list, rep_elements)
Arguments
distance_input |
distance matrix to extract lowest distance |
output_list |
output where MAGMA results get stored |
rep_elements |
sample sizes per group |
Details
This function conducts the matching process, by extracting the match with the lowest distance.
Value
A matched sample including the variables step, weight & distance
[Package MAGMA.R version 1.0.3 Index]