From 0d24e604772d1bb854eeb52b10a546c5f4fa825e Mon Sep 17 00:00:00 2001 From: Moritz Shore <moritzshore@gmail.com> Date: Sat, 12 Oct 2024 13:54:25 +0200 Subject: [PATCH] Update malanta_fix.R --- malanta_fix.R | 1 + 1 file changed, 1 insertion(+) diff --git a/malanta_fix.R b/malanta_fix.R index 0620c97..18c2895 100644 --- a/malanta_fix.R +++ b/malanta_fix.R @@ -22,6 +22,7 @@ result_df <- check_swap_sensitivity( values = seq(0.05, 0.3, by = 0.01), row = 1, verbose = T, + verbose = F, statistic = "NSE", obs_variable = "WC", autoset_output = T -- GitLab