diff --git a/articles/examples.html b/articles/examples.html index 2c166662..819b6fa8 100644 --- a/articles/examples.html +++ b/articles/examples.html @@ -193,7 +193,7 @@

Example 2.3.1# 1000 permutaions t$n_permu <- 1000 t$p_value -#> [1] 0.21 +#> [1] 0.186 # install.packages("microbenchmark") microbenchmark::microbenchmark( @@ -201,9 +201,9 @@

Example 2.3.1= {t$n_permu <- 1000} ) #> Unit: milliseconds -#> expr min lq mean median uq max neval -#> use_all 160.5233 176.76715 200.45655 197.0346 213.9051 364.4689 100 -#> use_1000 12.5099 13.12325 16.64868 13.7716 19.1648 58.5403 100 +#> expr min lq mean median uq max neval +#> use_all 160.2533 176.23545 195.62292 190.8793 211.07405 349.9865 100 +#> use_1000 12.5120 13.17685 17.30131 13.8761 18.22005 142.0520 100

Example 2.6.1 @@ -305,7 +305,7 @@

Example 2.8.3t$statistic #> [1] 0.4 t$p_value -#> [1] 0.8754

+#> [1] 0.8744
@@ -337,7 +337,7 @@

Example 3.1.1t$statistic #> [1] 11552.89 t$p_value -#> [1] 0.051

+#> [1] 0.048

Example 3.2.1 @@ -371,7 +371,7 @@

Example 3.2.2 & 3.2.3t$statistic #> [1] 8.246588 t$p_value -#> [1] 0.01125 +#> [1] 0.0105 t$type <- "approx" @@ -384,7 +384,7 @@

Example 3.2.2 & 3.2.3t$n_permu <- 4000 t$type <- "permu" t$p_value -#> [1] 0.01275 +#> [1] 0.0145 t$type <- "approx" t$p_value @@ -411,12 +411,12 @@

Example 3.3.1#> scoring: none type: permu method: default #> #> i j statistic p_value differ -#> 1 2 0.02737145 0.9798 FALSE -#> 1 3 -1.77914406 0.0916 FALSE -#> 1 4 -3.41048230 0.0044 TRUE -#> 2 3 -1.80651550 0.0854 FALSE -#> 2 4 -3.43785375 0.0026 TRUE -#> 3 4 -1.63133824 0.1140 FALSE +#> 1 2 0.02737145 0.9802 FALSE +#> 1 3 -1.77914406 0.0920 FALSE +#> 1 4 -3.41048230 0.0032 TRUE +#> 2 3 -1.80651550 0.0906 FALSE +#> 2 4 -3.43785375 0.0032 TRUE +#> 3 4 -1.63133824 0.1188 FALSE t$type <- "approx" t$print() @@ -469,11 +469,11 @@

Example 3.3.1#> #> i j statistic p_value differ #> 1 2 0.03870907 1.0000 FALSE -#> 1 3 -2.51608965 0.3086 FALSE -#> 1 4 -4.82315032 0.0164 TRUE -#> 2 3 -2.55479873 0.2946 FALSE -#> 2 4 -4.86185939 0.0156 TRUE -#> 3 4 -2.30706067 0.3868 FALSE +#> 1 3 -2.51608965 0.3152 FALSE +#> 1 4 -4.82315032 0.0184 TRUE +#> 2 3 -2.55479873 0.3016 FALSE +#> 2 4 -4.86185939 0.0172 TRUE +#> 3 4 -2.30706067 0.3882 FALSE t$type <- "approx" t$print() @@ -524,7 +524,7 @@

Example 3.4.1t$statistic #> [1] 145 t$p_value -#> [1] 0.0295 +#> [1] 0.032 t$type <- "approx" t$p_value @@ -553,7 +553,7 @@

Table 4.1.1t$n_permu <- 4000 t$p_value -#> [1] 0.9385

+#> [1] 0.9475

Table 4.1.3 @@ -570,7 +570,7 @@

Table 4.1.3t$statistic #> [1] -6.647059 t$p_value -#> [1] 0.024 +#> [1] 0.02925 t$type <- "approx" t$p_value @@ -596,7 +596,7 @@

Example 4.2.1 & 4.2.2 t$n_permu <- 4000 t$p_value -#> [1] 0.091 +#> [1] 0.09125 t$type <- "approx" t$p_value @@ -624,7 +624,7 @@

Table 4.2.3t$n_permu <- 4000 t$p_value -#> [1] 0.26025

+#> [1] 0.2645

Example 4.3.1 @@ -664,7 +664,7 @@

Example 4.4.1t$statistic #> [1] 110241.8 t$p_value -#> [1] 0.0546 +#> [1] 0.0548 t$type <- "approx" t$statistic @@ -710,7 +710,7 @@

Example 4.6.1t$statistic #> [1] 134 t$p_value -#> [1] 0.0142 +#> [1] 0.011 t$type <- "approx" t$p_value diff --git a/pkgdown.yml b/pkgdown.yml index d55c5d99..b0995173 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,5 +3,5 @@ pkgdown: 2.0.7 pkgdown_sha: ~ articles: examples: examples.html -last_built: 2023-09-11T11:51Z +last_built: 2023-09-12T09:04Z