fmatch {optmatch}R Documentation

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

Author(s)

Ben Hansen

See Also

fullmatch

Examples

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


[Package optmatch version 0.2 Index]