> uM = matrix(c(1.0, 0.5, 0.0, + 0.5, 0.0, 0.5), nrow = 2, ncol = 3, byrow = TRUE) > > uW = matrix(c(0.0, 1.0, + 0.5, 0.0, + 1.0, 0.5), nrow = 3, ncol = 2, byrow = TRUE) > > matching = galeShapley.marriageMarket(uM, uW) Error in galeShapley.marriageMarket(uM, uW) : could not find function "galeShapley.marriageMarket"