From b6324b8294862e0e34dec539c5c333363a48c496 Mon Sep 17 00:00:00 2001 From: "CSDYPHI\\ckdck" Date: Mon, 2 Sep 2024 12:55:06 +0900 Subject: [PATCH] update in readme and article.md --- README.md | 21 ++++++++++++++------- article/paper.md | 8 ++------ 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 739721d..75a525a 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,25 @@ [![PyPI version](https://badge.fury.io/py/statmanager-kr.svg)](https://badge.fury.io/py/statmanager-kr) [![license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/ckdckd145/statmanager-kr/blob/main/LICENSE) +[![status](https://joss.theoj.org/papers/d88c1a10e30fbfc39104534970afcd23/status.svg)](https://joss.theoj.org/papers/d88c1a10e30fbfc39104534970afcd23) + + + + + + ![logo](./doc/logo.png) ### Available Operating Systems -`Windows 10` -`Windows 11` -`Mac` -`Linux` + + + + ### Availabe Python Versions -`Python 3.10` -`Python 3.11` -`Python 3.12` + + + # Statmanager-kr diff --git a/article/paper.md b/article/paper.md index 73e25a5..c28032d 100644 --- a/article/paper.md +++ b/article/paper.md @@ -19,11 +19,7 @@ bibliography: paper.bib # Summary -Python is one of the most popular and easy-to-use programming languages. Despite the fact that many researchers use Python for data preprocessing and statistical analysis, there are few statistical packages that have inherited the simple and easy-to-use nature of Python. As a result, people with statistical skills but no familiarity with programming languages continue to rely on other expensive software. This is because researchers who are not familiar with programming may not know how to use different methods and adjust parameters effectively. - -`Statmanager-kr` has been designed to provide easy-to-use statistical functions especially for people with little knowledge of programming languages. `Statmanager-kr` was designed to be compatible with `Pandas.DataFrame`. In addition, the `Statmanager-kr` was designed so that the analysis is performed using only one method with as few parameters as possible. - -Additionally, `Statmanager-kr` relies on `Scipy` and `Statsmodels` for valid analysis. `Statmanager-kr` provides methods for testing the normality and homoscedasticity assumptions, comparing between-group and within-group differences, performing regression analysis, and data visualization. +Python is one of the most accessible and adaptable programming languages, utilized in various research domains, including statistics. However, few statistical packages inherit these characteristics of Python, leaving researchers unfamiliar with programming languages dependent on other expensive software. To address this gap, `Statmanager-kr` has been developed to provide non-programmers with convenient access to statistical functions. `Statmanager-kr` is designed to be compatible with `Pandas.DataFrame` and enables statistical analyses using a single method with a relatively small number of parameters. With `Scipy` and `Statsmodels` ensuring the validity of analyses, `Statmanager-kr` offers functions for hypothesis testing, comparing between-group and within-group differences, regression, correlations, data visualization, and more. # Statement of need @@ -160,4 +156,4 @@ sm.progress(method = 'ttest_ind', vars = 'weight', group_vars = 'sex').figure() Author declares no conflicts of interests. -# References +# References \ No newline at end of file