matchingMarkets
Analysis of Stable Matchings
Implements structural estimators to estimate preferences and correct for the sample selection bias of observed outcomes in matching markets. This includes one-sided matching of agents into groups (Klein, 2015) <doi:10.17863/CAM.5812> as well as two-sided matching of students to schools (Klein et al., 2024) <doi:10.1016/j.geb.2024.07.003>. The package also contains algorithms to find stable matchings in the three most common matching problems: the stable roommates problem (Irving, 1985) <doi:10.1016/0196-6774(85)90033-1>, the college admissions problem (Gale and Shapley, 1962) <doi:10.2307/2312726>, and the house allocation problem (Shapley and Scarf, 1974) <doi:10.1016/0304-4068(74)90033-0>.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
1.0-5 |
rolling linux/jammy R-4.5 | matchingMarkets_1.0-5.tar.gz |
4.0 MiB |
1.0-5 |
rolling linux/noble R-4.5 | matchingMarkets_1.0-5.tar.gz |
4.0 MiB |
1.0-5 |
rolling source/ R- | matchingMarkets_1.0-5.tar.gz |
3.7 MiB |
1.0-5 |
latest linux/jammy R-4.5 | matchingMarkets_1.0-5.tar.gz |
4.0 MiB |
1.0-5 |
latest linux/noble R-4.5 | matchingMarkets_1.0-5.tar.gz |
4.0 MiB |
1.0-5 |
latest source/ R- | matchingMarkets_1.0-5.tar.gz |
3.7 MiB |
1.0-5 |
2026-04-26 source/ R- | matchingMarkets_1.0-5.tar.gz |
3.7 MiB |
1.0-5 |
2026-04-23 source/ R- | matchingMarkets_1.0-5.tar.gz |
3.7 MiB |
1.0-5 |
2026-04-09 windows/windows R-4.5 | matchingMarkets_1.0-5.zip |
4.4 MiB |
1.0-4 |
2025-04-20 source/ R- | matchingMarkets_1.0-4.tar.gz |
3.7 MiB |
Dependencies (latest)
Imports
- Rcpp (>= 0.12.12)
- RcppProgress (>= 0.2)
- lpSolve
- lattice
- parallel
- partitions
- rJava
- stats
- utils