Matching algorithms in R (bipartite matching, Hungarian algorithm)
问题 I wonder how to set up some example some fundamental matching procedures in R. There are many examples in various programming languages, but I have not yet found a good example for R. Let’s say I want to match students to projects and I would consider 3 alternative approaches which I came across when googling on this issue: 1) Bipartite matching case: I ask each student to name 3 projects to work on (without stating any preference ranking among those 3). ID T.1 T.2 T.3 T.4 T.5 T.6 T.7 1 1 1 1