Skip to contents

The returned dataframe shows for each simulated samples (denoted by `id`), whether or not there `is_match`. In more detail, if `Freq >= n_colleagues`, there `is_match`. Which slots happened to be the match (e.g, all colleagues chose slot 1) is not so important, but reported by `slots_chosen`.

Usage

summarize_samples(smples)

Arguments

smples

Output of `estimate_common_slots`

Value

dataframe with summarized sample characteristics

Examples

summarize_samples(smples)
#> Error in mutate(summarise(group_by(smples, Freq), n_matches = n()), prop_matches = n_matches/sum(n_matches)): could not find function "mutate"