You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: article/paper.md
+2-108Lines changed: 2 additions & 108 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,115 +42,9 @@ In conclusion, depending on the researcher's programming experience and the purp
42
42
43
43
# Features
44
44
45
-
`Statmanager-kr` was designed to be compatible with the wide range form of `Pandas.DataFrame`.
46
-
47
-
## User-friendly Features
48
-
49
-
### Setting the Language
45
+
Learn more about the features in the *[official documentation](https://cslee145.notion.site/60cbfcbc90614fe990e02ab8340630cc?v=4991650ae5ce4427a215d1043802f5c0)*. The instructions for running each analysis are also described in *[the manual section of the official documentation](https://cslee145.notion.site/Statmanager-kr-Official-Documentation-74a610c12881402d96dc5d1654f97433#be93db7f4159419fa73eb324d6567793)*. *[Korean versions of the official documenation](https://cslee145.notion.site/fd776d4f9a4f4c9db2cf1bbe60726971?v=3b2b237555fc4cd3a41a8da337d80c01)* are also available.
46
+
50
47
51
-
It is possible to change the language by adjusting the `language` parameter when creating an object of the Stat_Manager class. The supported languages are Korean ("kor") and English ("eng"), and the default is Korean.
52
-
53
-
```python
54
-
sm = Stat_Manager(df, language='eng')
55
-
```
56
-
57
-
### Other Methods
58
-
59
-
Users can search for a specific usage by calling the `.howtouse()` method. It can also change the language with `.set_language()`, or change the dataframe by running `.change_dataframe()`.
60
-
61
-
62
-
## Statistical Test
63
-
64
-
The implementation of analysis in `Statmanager-kr` can be summarized as follows.
| Regression analysis | Linear Regression, Logistic Regression |
77
-
| etc | Bootstrapping percentile method |
78
-
79
-
<br>Each analysis method has its own <b>"key"</b> that allows it to be used in the `.progress()` method. The analysis is performed by passing the key for each analysis method to the `method` parameter in the `.progress()` method, the variables to be analyzed to the `vars` parameter, and the group variables to the `group_vars` parameter.
<br>Also, if a post-hoc test is required, as in the case of a one-way ANOVA (key of one-way ANOVA is `f_oneway`), it can be conducted by simply providing `True` to the `posthoc` parameter.
The method-specific information needed to use the `.progress()` method can be found by using the `.howtouse()` method. The detailed information is summarized in the table below:
0 commit comments