Learn R Programming

optmatch (version 0.2-1)

fmatch: Full matching

Description

A low level function used by fullmatch to do full matching.

Usage

fmatch(distance.matrix, max.row.units, max.col.units, min.col.units = 1, f = 1)

Arguments

distance.matrix
Matrix of distances
max.row.units
Max no of row units per matched set
max.col.units
Max no of col units per matched set
min.col.units
Min no of col units per matched set
f
Fraction of the control reservoir to be omitted from the match

See Also

fullmatch

Examples

Run this code
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

Run the code above in your browser using DataLab