-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MatchIt for matching control with multiple group of treatment #169
Comments
Remember that optimal matching cannot be used with a caliper, as explained in the documentation. This is a limitation of the There are alternatives to matching for multi-category treatments. Weighting for multi-category treatments is well-developed and has been available in the |
Tkanks for your kind reply! I would be glad and honored to be an alpha tester! Thanks for your suggestions! I think I'd try other methods to reach the optimal balance before final decision. I put that question (about caliper, distance and so on) beforehand to ensure the implementability of the packages and avoid switching among different packages. However, I would take your advise! As for the question about weighting for multi-category treatments. Actually, my data is about omics, and it seems that the IPW is not widely applied in many pipelines and mainstream softwares. It would be more straightforward to directly compare bwteen different groups than using weights in the downstream analysis. So I really hope the concept of optimal full matching could be realized on multicategory treatments, which would greatly keep my sample size. Do look foward to your newly release! Thanks for your kind reply again! |
That's a good reason to use matching over weighting. That said, full matching must be analyzed using weights just like propensity score weighting, so I don't think that will be a good method for you to use. I think 1:1 matching will likely be a good option to avoid the need for matching weights. Shortly, I'll send over a draft of the new version of the package with instructions on how to use and install it. |
Great! Thanks! |
Can I please test for multi-group matching as well? |
Hi. I have a dataset aiming to compare dose response effect of treatment v.s. a control group, which means I need to matching the control with at least 2 people -- one from dose A group and another from dose B group simultaneously . I am wondering whether MatchIt package could help address this issue? If so, could we use rank-based mahalanobis diastance with caliper on propensity score and match by using optimal matching method? Furthermore, I want to exact match on a specific variable. Could you give any suggestions?
The text was updated successfully, but these errors were encountered: