Skip to content

Commit

Permalink
added a readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad1991 committed Mar 21, 2024
1 parent ffb9411 commit 7c24ae9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Readme.md
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.



0 comments on commit 7c24ae9

Please sign in to comment.