Skip to content

Commit

Permalink
fix error runBenchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
melina-leite committed Nov 12, 2024
1 parent f2e2d40 commit be7efc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DHARMa/R/runBenchmarks.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runBenchmarks <- function(calculateStatistics, controlValues = NULL, nRep = 10,

summary$propSignificant = aggreg(sig)
summary$meanP = aggreg(mean)
summary$isUnifP = aggreg(mean)
summary$isUnifP = aggreg(isUnif)

out = list()
out$controlValues = controlValues
Expand Down

0 comments on commit be7efc8

Please sign in to comment.