Skip to contents

Can take some computation times. Note that there are precomputed results in data folder. Parameters of computations are added as attributes to the output dataframe.

Usage

populate_grid(n_colleagues, o, p, dep, p_sd = 0, verbose = FALSE)

Arguments

n_colleagues

number of colleagues

o

number of options to choose from

p

number of picked options

dep

degree of dependency

p_sd

sd of p

Value

dataframe with results of Doodle match sensitivity analysis

Examples

populate_grid(n_colleagues, o, p, dep, p_sd)
#> Error in expand_grid(n_colleagues = n_colleagues, o = o, p = p, p_sd = p_sd,     dep = dep): could not find function "expand_grid"