From 69b15820f5977aec1de1cd23c37ef37491752c86 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Sat, 6 Jan 2024 13:21:11 -0700 Subject: [PATCH] bug: remove extra chi square call --- R/dx_measure.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/dx_measure.R b/R/dx_measure.R index 5524c73..f08288c 100755 --- a/R/dx_measure.R +++ b/R/dx_measure.R @@ -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) )