I am trying to use Coarsened Exact Matching using the package MatchIt. By default, the matching ratio is not 1 to 1, and I was wondering whether it is possible to set it to 1 to 1. In CEM, that is possible using the k2k command. However, I fail to do something similar with MatchIt.
On the manual for MatchIT, it seems that would be possible:
Additional Arguments for Coarsened Exact Matching The available options are listed here: • cutpoints named list each describing the cutpoints for the variables. Each list element is either a vector of cutpoints, a number of cutpoints, a method for automatic bin contruction. • k2k return k-to-k matching? • verbose controls level of • ...: additional minor inputs that can be passed to the cem() function in the cem package. See help(cem) or http://gking.harvard.edu/cem for details.
But if I add to the matchit model: k2k=TRUE, it does not work.
I need to do it with MatchIt and not directly with CEM Package, as I am also trying other matching options and need to use the same methods for assessing covariate balance, sensitivity analysis, outcome analysis, and it is easier if I can consistently use the same package, and thus match it objects.