Skip to content

Commit e369f3f

Browse files
committed
maj docs
1 parent bf3cd0e commit e369f3f

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44

55
Run the soft from terminal using ```python3 sf36.py [-d input_path] [-o output_path] [-ind]```
66

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.
1010

1111
You first have to go in the folder where sf36.py is located using `cd`. Exemple of use:
1212

13-
```
14-
> cd /Users/Me/Downloads/SF36-scores-main/
15-
> python3 sf36.py -d /Users/Me/Documents/sf36/myData/ -o /Users/Me/Documents/sf36/myResults/ -ind
13+
```bash
14+
cd /Users/Me/Downloads/SF36-scores-main/
15+
16+
python3 sf36.py -d /Users/Me/Documents/sf36/myData/ -o /Users/Me/Documents/sf36/myResults/ -ind
1617
```
1718

18-
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.
2021
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).
2122

2223
**To cite this work:**

docs/documentation.pdf

232 KB
Binary file not shown.
File renamed without changes.

documentation.pdf

-196 KB
Binary file not shown.

0 commit comments

Comments
 (0)