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.
Visit the app hosted as static website Biostats
- 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.