Skip to content

Commit 91ea60e

Browse files
Add comprehensive biomedical statistical tests with visualizations (#286)
1 parent d04ded1 commit 91ea60e

File tree

5 files changed

+2158
-0
lines changed

5 files changed

+2158
-0
lines changed

DIRECTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
* [Apriori](https://github.com/TheAlgorithms/R/blob/HEAD/association_algorithms/apriori.r)
44

55
## Biomedical
6+
* [Chi Square Tests](https://github.com/TheAlgorithms/R/blob/HEAD/biomedical/chi_square_tests.r)
7+
* [Correlation Analysis](https://github.com/TheAlgorithms/R/blob/HEAD/biomedical/correlation_analysis.r)
68
* [Mann Whitney U Test](https://github.com/TheAlgorithms/R/blob/HEAD/biomedical/mann_whitney_u_test.r)
9+
* [T Tests Comprehensive](https://github.com/TheAlgorithms/R/blob/HEAD/biomedical/t_tests_comprehensive.r)
710
* [Wilcoxon Signed Rank Test](https://github.com/TheAlgorithms/R/blob/HEAD/biomedical/wilcoxon_signed_rank_test.r)
811

912
## Classification Algorithms

biomedical/Rplots.pdf

8.18 KB
Binary file not shown.

0 commit comments

Comments
 (0)