Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed May 16, 2024
1 parent 05f8217 commit b649cea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,14 @@ Below are links to demonstrations of how the bootstrap or randomization function

* [One-way repeated measures ANOVA](https://gnu-octave.github.io/statistics-resampling/function/bootlm.html#4)

* [Randomization or permutation tests to compare the distributions of two independent or paired/matching samples](https://gnu-octave.github.io/statistics-resampling/function/randtest2.html#1)
* [Randomization or permutation test to evaluate whether a sample comes from a population with the specified mean](https://gnu-octave.github.io/statistics-resampling/function/randtest1.html#1)

* [Randomization or permutation test to compare the distributions of two independent or paired/matching samples](https://gnu-octave.github.io/statistics-resampling/function/randtest2.html#1)

* [Randomization or permutation tests to compare the distributions of two independent samples with clustered observations](https://gnu-octave.github.io/statistics-resampling/function/randtest2.html#5)
* [Randomization or permutation test to compare the distributions of two independent samples with clustered observations](https://gnu-octave.github.io/statistics-resampling/function/randtest2.html#5)

* [Randomization or permutation test to evaluate the statistical significance of a correlation coefficient](https://gnu-octave.github.io/statistics-resampling/function/randtest.html#3)

* [Statistically evaluate the number of modes (i.e. peaks) in a distribution](https://gnu-octave.github.io/statistics-resampling/function/bootmode.html#1)

* [Correcting sample size calculations for a two-sample test with nested design](https://gnu-octave.github.io/statistics-resampling/function/sampszcalc.html#6)
Expand Down

0 comments on commit b649cea

Please sign in to comment.