Implements structural estimators to correct for
    the sample selection bias from observed outcomes in matching
    markets. This includes one-sided matching of agents into
    groups as well as two-sided matching of students to schools.
    The package also contains algorithms to find stable matchings
    in the three most common matching problems: the stable roommates
    problem, the college admissions problem, and the house
    allocation problem.
| Version: | 1.0-2 | 
| Depends: | R (≥ 3.0.2) | 
| Imports: | Rcpp (≥ 0.12.12), RcppProgress (≥ 0.2), rJava, lpSolve, lattice, partitions, parallel, stats, utils | 
| LinkingTo: | Rcpp, RcppProgress, RcppArmadillo | 
| Suggests: | knitr, ggplot2, grDevices, graphics | 
| Published: | 2020-01-12 | 
| Author: | Thilo Klein [aut, cre],
  Robert Aue [ctb],
  Sven Giegerich [ctb],
  Alexander Sauer [ctb] | 
| Maintainer: | Thilo Klein  <thilo at klein.uk> | 
| BugReports: | https://github.com/thiloklein/matchingMarkets/issues | 
| License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] | 
| URL: | http://matchingMarkets.org, http://klein.uk | 
| NeedsCompilation: | yes | 
| SystemRequirements: | Java, C++11 | 
| Citation: | matchingMarkets citation info | 
| Materials: | README NEWS | 
| In views: | Bayesian, Econometrics, Finance, Optimization | 
| CRAN checks: | matchingMarkets results |