-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Wonderful Wednesdays | ||
|
||
**October 9th, 2024**. | ||
**November 13th, 2024**. | ||
|
||
The challenge for the next webinar is about improving a bad chart. Details can be found [here](https://github.com/VIS-SIG/Wonderful-Wednesdays/tree/master/data/2024/2024-10-09). | ||
The challenge for the next webinar is about inter-rater and intra-rater reliability. Details can be found [here](https://github.com/VIS-SIG/Wonderful-Wednesdays/tree/master/data/2024/2024-11-13). | ||
|
||
For more on PSI and wonderful wednesdays see https://www.psiweb.org/sigs-special-interest-groups/visualisation/welcome-to-wonderful-wednesdays | ||
|
||
|
@@ -22,13 +22,13 @@ We will make the submissions available to the community together with highlights | |
|
||
## October data set | ||
|
||
**Upcoming November 13th, 2024 webinar**. The current data example focuses on [improving a bad chart](https://github.com/VIS-SIG/Wonderful-Wednesdays/tree/master/data/2024/2024-10-09). | ||
**Upcoming December 11th, 2024 webinar**. The current data example focuses on [Inter-rater and intra-rater reliability](https://github.com/VIS-SIG/Wonderful-Wednesdays/tree/master/data/2024/2024-11-13). | ||
|
||
Submit your visualisations [here](https://docs.google.com/forms/d/e/1FAIpQLSdNAaiuUAD89LAdQm5KNnLWs-MjqA4pzX2VHAwN7iqwoKpi-Q/viewform) or send them to <[email protected]>! | ||
|
||
## Next Webinar | ||
|
||
**November 13th, 2024**. | ||
**December 11th, 2024**. | ||
|
||
## Previous data sets | ||
|
||
|
@@ -136,6 +136,8 @@ Submit your visualisations [here](https://docs.google.com/forms/d/e/1FAIpQLSdNAa | |
|
||
* [Improving a bad chart](https://github.com/VIS-SIG/Wonderful-Wednesdays/tree/master/data/2024/2024-10-09). Presented on **October 9th, 2024**. | ||
|
||
* [Inter-rater and intra-rater reliability](https://github.com/VIS-SIG/Wonderful-Wednesdays/tree/master/data/2024/2024-11-13). Presented on **November 13th, 2024**. | ||
|
||
## Downloading single files | ||
|
||
**NOTE** to download a single data set as a csv file, click on the raw button and save the file. The [following link describes the process in further detail](https://stackoverflow.com/questions/4604663/download-single-files-from-github). | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Inter-rater and inter-rater reliability | ||
======================================= | ||
|
||
|
||
## Data set | ||
|
||
- The data is based on a paper by Eliasziw et al., 1994. | ||
- One therapist uses two goniometers (i.e., electro vs. manual) to measure knee joint angles three times. | ||
- Twenty-nine subjects (n=29) were measured three consecutive times (m=3) on each goniometer (t=2) at one joint position (i.e., full passive extension) | ||
|
||
The data can be found [here](goniometer.xlsx). | ||
|
||
|
||
## The Challenge | ||
|
||
Visualize the data to answer the following questions: | ||
|
||
- Inter-goniometer: do the two goniometers agree? | ||
- Intra-goniometer: do the goniometers measure consistently the knee joint angle across the three repeated measurements? | ||
|
||
|
||
## Reference | ||
|
||
Eliasziw M, Young SL, Woodbury MG, Fryday-Field K. Statistical methodology for the concurrent assessment of interrater and intrarater reliability: using goniometric measurements as an example. Phys Ther. 1994 Aug;74(8):777-88. doi: 10.1093/ptj/74.8.777. PMID: 8047565. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters