I'm trying to apply "nearest neighbor matching algorithm" into "Matching" Package.
My objective is to have the matched data set from a PSM (Propensity score matching) which have the same number of treatment and control.
For example, at the beginning, I have 145 units of control group and 639 units of treatment group. As I explained, I want to have 145 units of control group and 145 units of treatment group after matching.
Even though, "MatchIt" package has the nearest neighbor algorithm, I think "Matching" package does not have the algorithm as far as know.
I really appreciate your reply.
Thanks.