fmatch {optmatch} | R Documentation |
A low level function used by fullmatch
to do full matching.
fmatch(distance.matrix, max.row.units, max.col.units, min.col.units = 1, f = 1)
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 |
Ben Hansen
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets.