Could not find function galeShapley.marriageMarket
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"
- Did you install
matchingR? - Are you missing a
library(matchingR)line at the top?
Hi Jan Tilly, Thank you for your response, I already solved the problem by activating the wrappers. I am now able to use the function listed in the library.
Regards, Desi
On Fri, Dec 23, 2022 at 2:55 PM Jan Tilly @.***> wrote:
- Did you install matchingR?
- Are you missing a library(matchingR) line at the top?
— Reply to this email directly, view it on GitHub https://github.com/jtilly/matchingR/issues/44#issuecomment-1363672319, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQK2HGS7L2L7MJNYYA6MSPTWOVEFFANCNFSM6AAAAAATHMHG4U . You are receiving this because you authored the thread.Message ID: @.***>