Skip to content

Commit 2fe2333

Browse files
committed
update readme
1 parent c955f09 commit 2fe2333

33 files changed

Lines changed: 177 additions & 170 deletions

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ library(LearnNonparam)
6464
- Construct a test object
6565
- from some R6 class directly
6666
```{r, create_R6, eval = FALSE}
67-
t <- Wilcoxon$new(n_permu = 1e6)
67+
t <- Wilcoxon$new(n_permu = 1e7)
6868
```
6969
7070
- using the `pmt` (**p**er**m**utation **t**est) wrapper
7171
```{r, create_pmt, eval = FALSE}
7272
# recommended for a unified API
73-
t <- pmt("twosample.wilcoxon", n_permu = 1e6)
73+
t <- pmt("twosample.wilcoxon", n_permu = 1e7)
7474
```
7575
7676
```{asciicast, create, include = FALSE}
77-
t <- pmt("twosample.wilcoxon", n_permu = 1e6)
77+
t <- pmt("twosample.wilcoxon", n_permu = 1e7)
7878
```
7979
8080
- Provide it with samples

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ library(LearnNonparam)
4848
- from some R6 class directly
4949

5050
``` r
51-
t <- Wilcoxon$new(n_permu = 1e6)
51+
t <- Wilcoxon$new(n_permu = 1e7)
5252
```
5353

5454
- using the `pmt` (**p**er**m**utation **t**est) wrapper
5555

5656
``` r
5757
# recommended for a unified API
58-
t <- pmt("twosample.wilcoxon", n_permu = 1e6)
58+
t <- pmt("twosample.wilcoxon", n_permu = 1e7)
5959
```
6060

6161
- Provide it with samples
Lines changed: 1 addition & 1 deletion
Loading

man/figures/README/benchmark.svg

Lines changed: 1 addition & 1 deletion
Loading

man/figures/README/benchmark_res-dark.svg

Lines changed: 1 addition & 1 deletion
Loading

man/figures/README/benchmark_res.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

man/figures/README/define_cpp.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)