From 96a51069262ac58c6e8fefa9b40bd534d6f0e2e3 Mon Sep 17 00:00:00 2001 From: Luca Coraggio Date: Fri, 24 Jul 2020 13:00:07 +0000 Subject: version 1.2 --- man/plot.cv_rsc.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/plot.cv_rsc.Rd') diff --git a/man/plot.cv_rsc.Rd b/man/plot.cv_rsc.Rd index 0d7b2c2..030a53f 100755 --- a/man/plot.cv_rsc.Rd +++ b/man/plot.cv_rsc.Rd @@ -72,7 +72,7 @@ colnames(dat) <- paste0("Var", 1:p) ## perform 10-fold cross-validation repeated R=10 times ## note: for multi-core machines experiment with 'ncores' set.seed(2) -a <- rsc_cv(x = dat, R = 10, K = 10) +a <- rsc_cv(x = dat, R = 10, K = 10, ncores = 1) a ## plot the cross-validation estimates -- cgit v1.2.3