1 to M matching #237
Replies: 3 comments
-
Hi @luca-merlo, It sounds like a great contribution to the project. You have the flexibility to contribute either in C++ or R. If you look at the current setup, R functions call the C++ functions. Similarly, you could have your R function call another R function. For a smooth and efficient contribution process, please adhere to the following steps. If you encounter any issues or have queries, don't hesitate to get in touch:
More details about the contribution process can be found here. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Thanks @Naeemkh. I will work on that and let you know when I am finished. Best, |
Beta Was this translation helpful? Give feedback.
-
Moving this to discussions. |
Beta Was this translation helpful? Give feedback.
-
Hi @Naeemkh,
In our project with @wxwx1993 we had to implement 1 to M matching starting from GPS matching. To do this in R, I used the
which.minn
function in the "doBy" package by modifying the original R code of @wxwx1993 .I am wondering if this could be a useful feature to add to the "CausalGPS" package even though the
compute_closest_wgps
function is now implemented in c++.Thanks,
Luca
Beta Was this translation helpful? Give feedback.
All reactions