Skip to content

Commit

Permalink
bug: remove extra chi square call
Browse files Browse the repository at this point in the history
  • Loading branch information
overdodactyl committed Jan 6, 2024
1 parent fb7f97d commit 69b1582
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/dx_measure.R
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ dx_measure <- function(data, threshold, options, var = "Overall",
fowlkes_mallows = list(fun = dx_fowlkes_mallows, params = common_boot_args),
brier = list(fun = dx_brier, params = list(predprob = predprob, truth = truth)),
chisquare = list(fun = dx_chi_square, params = common_ratio_args),
chisquare = list(fun = dx_chi_square, params = common_ratio_args),
fishers = list(fun = dx_fishers_exact, params = common_ratio_args),
gtest = list(fun = dx_g_test, params = common_ratio_args)
)
Expand Down

0 comments on commit 69b1582

Please sign in to comment.