ccmatch: Conduct optimal matching of cases to controls using network...

Description Usage Arguments References

View source: R/ccmatch.R

Description

Conduct optimal matching of cases to controls using network flow theory.

Usage

1
2
ccmatch(x.case, x.control, n = 1, display_progress = TRUE,
  method = "Euclidean", ...)

Arguments

x.case

a numeric matrix.

x.control

a numeric matrix.

n

a ratio of case:control.

display_progress

a logical indicating whether to display a progress bar.

method

a function, a registry entry, or a mnemonic string referencing the proximity measure passed to proxy::dist.

...

further arguments passed to proxy::dist.

References

http://dx.doi.org/10.2307/2290079


mkanai/ccmatch documentation built on May 23, 2019, 1:05 a.m.