Skip to content

Commit

Permalink
updating site
Browse files Browse the repository at this point in the history
  • Loading branch information
cdowd committed Jun 21, 2023
1 parent c7d61a8 commit 291c634
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 23 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,18 @@ vec2 = rnorm(100,0.5)
output = two_sample(vec1,vec2)
output
#> Test Stat P-Value
#> 14.89630 0.00025
#> No bootstrap values were more extreme than the observed value.
#> p-value = 1/(2*bootstraps) is an imprecise placeholder
#> 11.33121 0.01500
summary(output)
#> DTS Test
#> =========================
#> Test Statistic: 14.8963
#> P-Value: 0.00025 *
#> Test Statistic: 11.33121
#> P-Value: 0.015 *
#> - - - - - - - - - - - - -
#> n1 n2 n.boots
#> 100 100 2000
#> =========================
#> Test stat rejection threshold for alpha = 0.05 is: 9.532266
#> Test stat rejection threshold for alpha = 0.05 is: 9.949129
#> Null rejected: samples are from different distributions
#> Max observed bootstrap value: 13.77085
#> No bootstrap values were more extreme than the observed value.
#> p-value = 1/(2*bootstraps) is an imprecise placeholder
plot(output)
```

Expand Down
13 changes: 4 additions & 9 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: 3.1.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2023-06-21T18:54Z
last_built: 2023-06-21T20:57Z
urls:
reference: https://twosampletest.com/reference
article: https://twosampletest.com/articles
Expand Down
Binary file modified docs/reference/figures/example1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

Binary file modified man/figures/example1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 291c634

Please sign in to comment.