Survey Visualization Maria Tkatchenko CPSC 533C November 19, 2004 - - PowerPoint PPT Presentation

survey visualization
SMART_READER_LITE
LIVE PREVIEW

Survey Visualization Maria Tkatchenko CPSC 533C November 19, 2004 - - PowerPoint PPT Presentation

Survey Visualization Maria Tkatchenko CPSC 533C November 19, 2004 Problem Survey composed of Questionnaire Collected data Want to explore relationships between responses to various questions Correlation Correlation


slide-1
SLIDE 1

Survey Visualization

Maria Tkatchenko CPSC 533C November 19, 2004

slide-2
SLIDE 2

Problem

Survey composed of

Questionnaire Collected data

Want to explore relationships between

responses to various questions

Correlation Correlation matrix not efficient

slide-3
SLIDE 3

Data set

National Election Studies center’s pre- and

post-election surveys

National Center for Chronic Disease

Prevention and Health Promotion Behavioral Risk Factor survey

1K - 100K respondents 100s of questions (dimensions)

slide-4
SLIDE 4

Proposed solution (1)

A way to visually present

questions correlation relationships between them

Would allow to answer questions that are

very hard to do with the correlation matrix

slide-5
SLIDE 5

Proposed Solution (2)

Points representing questions positioned

along a semi-circle

Correlation axis along diameter

slide-6
SLIDE 6

Tool

Implementation so far relies on InfoVis Toolkit

and Java 2D

Found source that implements matrices and

calculations for Spearman’s rank correlation coefficient

http://intrepid.mcs.kent.edu/~blewis/stat/index.html

Input data format

CSV, converted to InfoVis toolkit’s TQD format simple parsers can be written to extend the tool to

handle other formats, as well

slide-7
SLIDE 7

Screenshots (1)

slide-8
SLIDE 8

Screenshots (2)

slide-9
SLIDE 9

Questions?

slide-10
SLIDE 10

Challenges so far

InfoVis toolkit Statistical calculations and matrix

manipulations in Java

Statistical measures of multi-dimensional

correlation

slide-11
SLIDE 11

Suggestions?