Learn R Programming

MAGMA.R (version 1.0.3)

match_iterative: match_iterative

Description

matches Cases iteratively during the matching process.

Usage

match_iterative(distance_input, output_list, rep_elements)

Value

A matched sample including the variables step, weight & distance

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.