matchingMarkets

Analysis of Stable Matchings in R

CRAN_Status_Badge CRAN_Downloads

Functions

matchingMarkets comes with two estimators:

and three algorithms that can be used to simulate matching data:

Installation

To get the latest stable version from CRAN:

install.packages("matchingMarkets")
library(matchingMarkets)

Under Linux, the dependency package gmp requires that you have GNU MP (> 4.1.4) installed, see http://gmplib.org.

To get the most recent development version from GitHub:

install.packages("devtools")
devtools::install_github("thiloklein/matchingMarkets")
library(matchingMarkets)

or from R-Forge:

install.packages("matchingMarkets", repos="http://R-Forge.R-project.org")
library(matchingMarkets)

Documentation

Package documentation and vignette are available from the CRAN page. An application of the estimator in function stabit is in Klein (2015).