From 99797d8f51434207456969fe3c17869a208772b7 Mon Sep 17 00:00:00 2001 From: Jaume Ramon Date: Mon, 24 Jul 2023 10:23:36 +0200 Subject: [PATCH] loocv changed to TRUE in LogisticReg --- R/LogisticReg.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/LogisticReg.R b/R/LogisticReg.R index 989d16d..7396fec 100644 --- a/R/LogisticReg.R +++ b/R/LogisticReg.R @@ -227,7 +227,7 @@ LogisticReg <- function(exp, obs, exp_lats, exp_lons, obs_lats, obs_lons, target int_method = NULL, log_reg_method = "ens_mean", probs_cat = c(1/3,2/3), return_most_likely_cat = FALSE, points = NULL, method_point_interp = NULL, lat_dim = "lat", lon_dim = "lon", sdate_dim = "sdate", member_dim = "member", - source_file_exp = NULL, source_file_obs = NULL, region = NULL, loocv = FALSE, ncores = NULL) { + source_file_exp = NULL, source_file_obs = NULL, region = NULL, loocv = TRUE, ncores = NULL) { #----------------------------------- # Checkings -- GitLab