matchingR-deprecated {matchingR} | R Documentation |
Deprecated Functions in matchingR
Description
These functions are provided for compatibility with older version of the matchingR package. Eventually, these functions will be removed.
Usage
validateInputs(...)
Arguments
... |
generic set of parameters — see documentation of new functions |
Details
validateInputs | was replaced by galeShapley.validate |
checkStability | was replaced by galeShapley.checkStability |
checkPreferenceOrder | was replaced by galeShapley.checkPreferences |
one2many | now mapped into galeShapley.collegeAdmissions |
many2one | now mapped into galeShapley.collegeAdmissions |
one2one | was replaced by galeShapley.marriageMarket |
galeShapleyMatching | was replaced by cpp_wrapper_galeshapley |
stableRoommateMatching | was replaced by cpp_wrapper_irving |
onesided | was replaced by roommate |
checkStabilityRoommate | was replaced by cpp_wrapper_irving_check_stability |
validateInputsOneSided | was replaced by roommate.validate |
checkPreferenceOrderOnesided | was replaced by roommate.checkPreferences |
topTradingCycle | was replaced by cpp_wrapper_ttc |
checkStabilityTopTradingCycle | was replaced by cpp_wrapper_ttc_check_stability |
[Package matchingR version 1.3.3 Index]