-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b9da9d
commit 94eecb2
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Biostats | ||
|
||
This application provides a user-friendly interface for conducting basic data wrangling, correlation tests, assumption tests (Shapiro-Wilk, Levene's test, QQ plots, etc.), various statistical tests (t-test, ANOVA, Kruskal-Wallis test, Tukey HSD, etc.), and visualizing data using ggplot2. | ||
|
||
## Usage | ||
|
||
Visit the app hosted as static website [Biostats](https://complat.github.io/shinychem/). | ||
|
||
## Features | ||
|
||
- Data Wrangling: Easily import, filter, transform, and clean your datasets. | ||
- Correlation Tests: Explore relationships between variables with correlation tests. | ||
- Assumption Tests: Assess the assumptions of normality, homogeneity of variances, and other assumptionsnecessary for statistical tests. | ||
- Statistical Tests: Conduct a variety of statistical tests including t-tests, ANOVA, Kruskal-Wallis tests, andmore. | ||
- Data Visualization: Visualize your data using ggplot2, including boxplots, point plots, line plots, andsmoothing with annotations. | ||
|
||
|
||
|