This function runs Power / Type I error simulations for overdispersion tests in DHARMa
benchmarkOverdispersion(dispersionValues = 0, nRep = 10, alpha = 0.05,
plot = T, parallel = F, ...)
amount of overdispersion
replicates
significance level
whether to do a plot
whether to use parallel computations. Possible values are F, T (parallel cores set to number of cores in the computer -1), or an integer number for the number of cores that should be used
parameters to pass on to simulateResiduals
This function runs Type I error / power comparisons for overdispersion tests in DHARMA. Compared are a) the omnibus test testUniformity
b) the parameteric dispersion test testOverdispersionParametric
, and the nonparametric dispersion test testOverdispersion
.