Skip to content

Commit b649cea

Browse files
committed
Update README.md
1 parent 05f8217 commit b649cea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,14 @@ Below are links to demonstrations of how the bootstrap or randomization function
105105

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

108-
* [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)
108+
* [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)
109+
110+
* [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)
109111

110-
* [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)
112+
* [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)
111113

114+
* [Randomization or permutation test to evaluate the statistical significance of a correlation coefficient](https://gnu-octave.github.io/statistics-resampling/function/randtest.html#3)
115+
112116
* [Statistically evaluate the number of modes (i.e. peaks) in a distribution](https://gnu-octave.github.io/statistics-resampling/function/bootmode.html#1)
113117

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

0 commit comments

Comments
 (0)