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