n_crossings {PAutilities} | R Documentation |
Determine the number of temporal conflicts among the pairs assigned by the Gale-Shapley algorithm
Description
Determine the number of temporal conflicts among the pairs assigned by the Gale-Shapley algorithm
Usage
n_crossings(matchings)
Arguments
matchings |
data frame with pairing information. |
Value
integer vector specifying the number of conflicts for each pairing
[Package PAutilities version 1.2.1 Index]