Changes between Version 1 and Version 2 of BluePrint/SurveyTool/Statistics
- Timestamp:
- 10/04/11 09:18:28 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SurveyTool/Statistics
v1 v2 4 4 Your data may look like: 5 5 6 Question A (4 Options) | Question B (3 Options) 6 || Question A (4 Options) || Question B (3 Options) || 7 7 8 8 Answers: 9 9 10 Option A-1 | Option B-1 11 Option A-2 | Option B-2 12 Option A-1 | Option B-3 10 || Option A-1 | Option B-1 || 11 || Option A-2 | Option B-2 || 12 || Option A-1 | Option B-3 || 13 13 ... 14 14 15 15 To display a diagram, you need a table like: 16 16 17 Option B-1 | Option B-2 | Option B-3 18 Option A-1 <count> <count> <count> 19 Option A-2 <count> <count> <count> 20 Option A-3 <count> <count> <count> 21 Option A-4 <count> <count> <count> 17 || || Option B-1 || Option B-2 || Option B-3|| 18 || Option A-1 || <count> || <count> || <count>|| 19 || Option A-2 || <count> || <count> || <count>|| 20 || Option A-3 || <count> || <count> || <count>|| 21 || Option A-4 || <count> || <count> || <count>|| 22 22 23 23 where <count> represents the "formula" here. … … 29 29 value, like in: 30 30 31 Family size (4 Options) | Family Income (numeric) 31 || Family size (4 Options) || Family Income (numeric)|| 32 32 33 33 Answers: 34 34 35 Single | 25000 36 Single | 32000 37 2 Persons | 38000 38 Single | 92000 39 3-5 Persons | 80000 40 more than 5 Persons | 123000 35 || Single || 25000|| 36 || Single || 32000|| 37 || 2 Persons || 38000|| 38 || Single || 92000|| 39 || 3-5 Persons || 80000|| 40 || more than 5 Persons || 123000|| 41 41 ....and so forth 42 42 43 43 Now the analysis could give a table like: 44 44 45 Income46 Single <sum> 47 2 Persons <sum> 48 3-5 Persons <sum> 49 more than five Persons <sum> 45 || || Income|| 46 || Single || <sum>|| 47 || 2 Persons || <sum>|| 48 || 3-5 Persons || <sum>|| 49 || more than five Persons || <sum>|| 50 50 51 51 ...which can be displayed as a barchart. … … 55 55 or <distribution> like: 56 56 57 50% or less average 150% or more 58 Single <count> <count> <count> 59 2 Persons <count> <count> <count> 60 3-5 Persons <count> <count> <count> 61 more than five Persons <count> <count> <count> 57 || || 50% or less || average || 150% or more|| 58 || Single || <count> || <count> || <count>|| 59 || 2 Persons || <count> || <count> || <count>|| 60 || 3-5 Persons || <count> || <count> || <count>|| 61 || more than five Persons || <count> || <count> || <count>|| 62 62 63 63