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: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,20 @@
4
4
5
5
Run the soft from terminal using ```python3 sf36.py [-d input_path] [-o output_path] [-ind]```
6
6
7
-
-`[-d]` optional, defines the path to your data. Default is [~/data/](https://github.com/MatthieuGG/SF36-scores/tree/main/data) in the same folder.
8
-
-`[-o]` optional, defines the path to your results. Default is [~/results/](https://github.com/MatthieuGG/SF36-scores/tree/main/results) in the same folder.
9
-
-`[-ind]` optional, saves individual files. Default is [one concatenated file](https://github.com/MatthieuGG/SF36-scores/blob/main/results/concatenated_results.csv).
7
+
-`[-d]` optional, defines the path to your data. Default is `/data` in the same folder.
8
+
-`[-o]` optional, defines the path to your results. Default is `/results` in the same folder.
9
+
-`[-ind]` optional, saves individual files. Default is one concatenated file.
10
10
11
11
You first have to go in the folder where sf36.py is located using `cd`. Exemple of use:
See more information in the [documentation](https://github.com/MatthieuGG/SF36-scores/tree/main/documentation.pdf).
19
-
**WARNING: we use a version of the SF36 in which the order or the questions are different from original.** See an exemple [here](https://github.com/MatthieuGG/SF36-scores/tree/main/sample.pdf) to check your questions order.
19
+
See more information in the `/docs/documentation`.
20
+
**WARNING: we use a version of the SF36 in which the order or the questions are different from original.** See an exemple in `/docs/sample` to check your questions order.
20
21
We used the guidelines ["SF36 Health Survey - Manual and Interpretation Guide" from John E. Ware, Jr. PhD](https://www.researchgate.net/publication/247503121_SF36_Health_Survey_Manual_and_Interpretation_Guide).
0 commit comments