week 9 Flashcards

(31 cards)

1
Q

What is nominal data?

A

Data that consists of categories without any order, like names of countries or yes/no responses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What statistical test is used for nominal data in between-subject design?

A

Chi-square (ꭓ²) test, because it assumes independent observations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an example of nominal data in VR studies?

A

Participants report ‘Yes’ or ‘No’ to motion sickness after exposure to different VR environments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does a significant Chi-square test indicate?

A

That the independent variable (e.g., type of induction) significantly affects the dependent nominal outcome.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you calculate degrees of freedom for Chi-square?

A

df = (r - 1)(c - 1), where r = number of IV levels, c = number of DV categories.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is ordinal data?

A

Data with a meaningful order but not evenly spaced intervals, like satisfaction ratings from 1 to 5.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What test is used for ordinal data in within-subject designs?

A

Friedman test, a non-parametric alternative to repeated measures ANOVA.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is an example of using the Friedman test in HCI?

A

Comparing satisfaction ratings for three reward types (visual, auditory, visual+auditory) in a VR game.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does a significant Friedman test result mean?

A

The type of reward mechanism significantly affects satisfaction levels.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What non-parametric test compares ordinal or numeric data between two groups?

A

Mann–Whitney U test, used instead of an independent t-test.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the Wilcoxon Signed-Rank test used for?

A

To compare two related conditions (within-subjects), as an alternative to the paired t-test.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does a significant Wilcoxon test suggest?

A

That there’s a meaningful difference between paired conditions (e.g., before vs after redesign).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What test is used for continuous ratio data in non-parametric analysis?

A

Permutation test, useful for both between-subject and within-subject designs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the essence of permutation testing?

A

Assessing whether the observed mean difference is extreme under the null hypothesis by resampling data and counting outcomes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is an example of a permutation test?

A

Comparing task completion time for two mobile UIs by calculating the distribution of mean differences under random label assignments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is correlation analysis used for?

A

To assess the direction and strength of a relationship between two variables.

17
Q

What does a positive correlation indicate?

A

As one variable increases, the other also increases. The correlation coefficient is between 0 and 1.

18
Q

What does a negative correlation indicate?

A

As one variable increases, the other decreases. The correlation coefficient is between -1 and 0.

19
Q

What does correlation strength refer to?

A

How tightly two variables are connected, regardless of direction.

20
Q

Can correlation be used in both within- and between-subject designs?

A

Yes, but in within-subject designs, data should be averaged to ensure independence of each point.

21
Q

What is Pearson correlation?

A

A parametric test measuring linear relationships; assumes normal distribution and uses continuous ratio data.

22
Q

What is an example of Pearson correlation in HCI?

A

Analyzing if faster typists (typing speed) make fewer errors (error rate).

23
Q

What is Spearman’s rank correlation?

A

A non-parametric test measuring monotonic relationships; uses ordinal or ranked data without assuming normality.

24
Q

What is an example of Spearman’s rank correlation?

A

Evaluating if higher task difficulty is associated with lower user satisfaction ratings.

25
What is regression analysis used for?
To model and predict outcomes based on independent variables using an equation like y = ax + b.
26
In regression, what is 'y' and what is 'x'?
'y' is the outcome variable; 'x' is the predictor variable.
27
What is an example of linear regression in HCI?
Predicting motion sickness level based on a participant's biomarker data.
28
How is regression applied in between-subject designs?
Each participant contributes one data point for prediction based on group assignment.
29
How is regression handled in within-subject designs?
By averaging repeated measures or using GLMM to account for repeated measures and random effects.
30
What does GLMM include in regression?
Fixed effects (e.g., conditions) and random effects (e.g., participant ID) to account for repeated measures or uncontrolled variation.
31
What is Support Vector Regression (SVR)?
An advanced method for regression that can model non-linear relationships without relying on strict assumptions like linearity or normality.