markmfredrickson / optmatch

Functions for optimal matching in R
https://markmfredrickson.github.io/optmatch
Other
47 stars 14 forks source link

`matchfailed()` tests, documentation #172

Open benthestatistician opened 5 years ago

benthestatistician commented 5 years ago

I experienced an issue where matchfailed() returned NA for a small number of observations, breaking a script. (Unfortunately I couldn't stop to investigate.) Hypothesis: this is how it records an exact matching category with no treatments or controls, such that it wouldn't make sense to try to make matches within it.