Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

roommate.checkPreferences

Check if preference order for a one-sided market is complete


Description

Check if preference order for a one-sided market is complete

Usage

roommate.checkPreferences(pref)

Arguments

pref

is a matrix with the preference order of each individual in the market. This argument is only required when utils is not provided. If there are n individuals, then this matrix will be of dimension n-1 by n. The i,jth element refers to j's ith most favorite partner. Preference orders can either be specified using R-indexing (starting at 1) or C++ indexing (starting at 0). The matrix pref must be of dimension n-1 by n. Otherwise, the function will throw an error.

Value

a matrix with preference orderings with proper C++ indices or NULL if the preference order is not complete.


matchingR

Matching Algorithms in R and C++

v1.3.2
GPL (>= 2)
Authors
Jan Tilly, Nick Janetos
Initial release
2020-12-14

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.