Hi,
I have been attempting to apply the galeShapley.collegeAdmissions() function in R to a dataset with the following dimensions:
Number of applicants: 62.941
Number of colleges: 3534
I run into the problem that r-studio crashes (it "encounters a fatal error and aborts the session") after some time when running the function with the full dataset. I am however able to run the function successfully with 55.000 applicants and all 3534 colleges. Hence, the problem seems to be related to the size of the dataset. Do you have any suggestions for how one might tweak the function to make it run on the full population?
Please let me know if you require more details on the problem at hand.
Thank you in advance!
Hi,
I have been attempting to apply the galeShapley.collegeAdmissions() function in R to a dataset with the following dimensions:
Number of applicants: 62.941
Number of colleges: 3534
I run into the problem that r-studio crashes (it "encounters a fatal error and aborts the session") after some time when running the function with the full dataset. I am however able to run the function successfully with 55.000 applicants and all 3534 colleges. Hence, the problem seems to be related to the size of the dataset. Do you have any suggestions for how one might tweak the function to make it run on the full population?
Please let me know if you require more details on the problem at hand.
Thank you in advance!