From 2a99ceb0a2fdd038a956d4ccbec9e79822737607 Mon Sep 17 00:00:00 2001 From: gavinsimpson Date: Mon, 12 Aug 2024 09:49:47 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20gavinsim?= =?UTF-8?q?pson/permute@243a3685ec5cc41e4c709b5e52b1a8051439ce64=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/permutations.html | 4 ++-- pkgdown.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/permutations.html b/articles/permutations.html index fbbdd2e..777e07c 100644 --- a/articles/permutations.html +++ b/articles/permutations.html @@ -852,7 +852,7 @@

Using permute in R funct system.time(ppval <- ppt.test(jackal$Length, jackal$Sex, nperm = 9999, cores = 2))
##    user  system elapsed 
-##   0.099   0.000   0.528
+## 0.102 0.000 0.593
 ppval
## [1] 0.0018
@@ -863,7 +863,7 @@

Using permute in R funct system.time(ppval2 <- ppt.test(jackal$Length, jackal$Sex, nperm = 9999, cores = 1))
##    user  system elapsed 
-##   0.341   0.001   0.341
+## 0.331 0.000 0.331
 ppval2
## [1] 0.0018
diff --git a/pkgdown.yml b/pkgdown.yml index 364553b..4e9a911 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,4 +3,4 @@ pkgdown: 2.1.0 pkgdown_sha: ~ articles: permutations: permutations.html -last_built: 2024-08-12T09:47Z +last_built: 2024-08-12T09:49Z