diff --git a/R/LogisticReg.R b/R/LogisticReg.R index 989d16dab72367592f672009168f988754c79b0b..7396fec2e60ce44d1a99c388f4ee6ff41b27c2c7 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