match_iterative: match_iterative

View source: R/Inner_MAGMA_functions.R

match_iterativeR 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


MAGMA.R documentation built on Sept. 11, 2024, 7:36 p.m.