A match is (`is_match`) where the `Freq`uency of a picked options is
at least as great as the number of colleagues (`n_colleagues`)
Usage
count_common_slots(n_colleagues, o, p, dep = 0, p_sd = 0)
Arguments
- n_colleagues
number of colleagues
- o
number of options available
- p
number of picked options
- dep
proportion of dependency between colleagues
- p_sd
sd of p
Value
dataframe where each row is a match
Examples
count_common_slots(n_colleagues, o, p, dep)
#> Error in count_common_slots(n_colleagues, o, p, dep): object 'p' not found