From b649ceafc3de4c1b2051bb792277ca6c64fd7180 Mon Sep 17 00:00:00 2001 From: acp29 Date: Thu, 16 May 2024 14:20:03 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39256703..c9dec6a1 100755 --- a/README.md +++ b/README.md @@ -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)