How to graph this data?
June 13, 2009 3:33 PM
Subscribe
I'm looking for a way to graphically represent data that is basically "yes" or "no".
I am writing a research report on case study of a specific pathology where, through a series of 8 treatments, I have measured results of "special tests". There are 3 tests that were measured each treatment, the results of which are either positive or negative.
I'm looking for a way to graphically represent these data points to include in my research paper, as the test results show the progress of the treatments (a negative test implies resolution). Any thoughts?
Here's my data, if it helps... (not sure how it will render):
Session Phalen's test Prayer test Tinels sign
1 1 1 1
2 1 1 1
3 0 0 1
4 0 1 1
5 0 1 1
6 0 0 1
7 0 0 0
8 0 0 0
0=negative result, 1=positive
posted by nitor to computers & internet (7 comments total)
1 user marked this as a favorite
If you're going to draw the grid lines, you can simply put a mark in the positive results and no mark in the negative results.
If you don't want to draw the grid lines, I've seen this done with either checks and x's or with open and filled circles.
posted by Netzapper at 3:41 PM on June 13