Skip to content

Commit

Permalink
Added ability to customize posthoc comparisons
Browse files Browse the repository at this point in the history
- added support for logical (true, false) in GROUP
- Improved handling of data input (e.g. row vectors and matrices)
- added ability to customize posthoc comparisons (with demos added to illustrate too)
  • Loading branch information
acp29 committed Jan 17, 2024
1 parent f48e3ee commit 8d167a9
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 124 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: statistics-resampling
version: 5.5.4
date: 2024-01-08
version: 5.5.5
date: 2024-01-15
author: Andrew Penn <[email protected]>
maintainer: Andrew Penn <[email protected]>
title: A statistics package with a variety of resampling tools
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ In Octave only, you can get a basic overview of the package and it's functions b
### Quick start

Below are some links to demonstrations of how the bootstrap or randomization functions from this package can be used to perform variants of commonly used statistical tests, but without the Normality assumption:

* [t-test to compare two independent samples (assuming equal variances)](https://gnu-octave.github.io/statistics-resampling/function/boot1way.html#1)

* [t-test to compare two independent samples (assuming equal variances)](https://gnu-octave.github.io/statistics-resampling/function/boot1way.html#2) (but also robust to outliers)
Expand All @@ -73,9 +73,13 @@ Below are some links to demonstrations of how the bootstrap or randomization fun

* [Nested one-way ANOVA to compare more than two independent samples](https://gnu-octave.github.io/statistics-resampling/function/bootlm.html#11) (but also robust to heteroscedasticity and grouping of observations)

* [Two-way factorial ANOVA](https://gnu-octave.github.io/statistics-resampling/function/bootlm.html#6) (but also robust to heteroscedasticity)
* [Balanced two-way factorial ANOVA](https://gnu-octave.github.io/statistics-resampling/function/bootlm.html#6) (but also robust to heteroscedasticity)

* [One-way ANCOVA](https://gnu-octave.github.io/statistics-resampling/function/bootlm.html#7) (but also robust to heteroscedasticity)
* [Unbalanced two-way factorial ANOVA](https://gnu-octave.github.io/statistics-resampling/function/bootlm.html#7) (but also robust to heteroscedasticity)

* [Simple linear regression](https://gnu-octave.github.io/statistics-resampling/function/bootlm.html#8)

* [One-way ANCOVA](https://gnu-octave.github.io/statistics-resampling/function/bootlm.html#9) (but also robust to heteroscedasticity)

### Issues

Expand Down
Loading

0 comments on commit 8d167a9

Please sign in to comment.