I have several types of data from a recent experiment:
- Integer-quantized subject test scores from 0 to 30 (gathered with and without the use of an experimental tool)
- Floating point subject response (data about how they were using a tool)
- 7-point Likert data (data about their opinions of the tool)
The particulars of the data have me interested in comparing, visualizing, and perhaps analyzing some of the Likert data vs the other two types of data, especially the integer-quantized data.
The only thought I have so far is a scatter plot (test scores on vertical, Likert on horizontal) and perhaps a linear regression. But after a few hours of searching, and somewhat to my surprise, I can find no examples of plots of Likert vs non-Likert data.
Are there any analysis techniques or visualization techniques that are helpful, here?