Statsmed is designed to perform statistical analysis of medical data, but may also be used for various datasets. It gives you an fast overview of your data and allows you to perform test and create figures. There are examples for some functions.
- Example 1 - Test for normal distribution
- Example 2 - Descriptive Statistic - Mean; Confidence Interval - Median; Inter-quartile range
- Example 3 - Pearson's and Spearman's correlation with figures
- Example 4 - Comparison of two groups with continuous variables
- Example 5 - Bland-Altman plots
Statsmed works on Ubuntu, Mac, and Windows and on CPU and GPU.
Please make sure you have a running version of Python (>= 3.8.8), pip and git.
Install Statsmed
pip install git+https://github.com/segemart/statsmed.git
Statsmed also allows you to generate figures quickly. See for example Example 3 or Example 5, where we generated plots to show some correlations and Bland-Altman plots.