Lecture 7: Research Questions for Group Differences II (Between-subjects for 3+ groups) Flashcards
Between-subject designs for 3 or more groups.
What are factor variables?
Categorical variables
What function can we use to transform factor variables to numerical values?
as.numeric()
Why is it beneficial to declare the grouping variables as a factor type?
Because levels (e.g “1”, “2”) created automatically using the dummy code has no meaning.
What is dummy coding?
It transforms a categorical variable with g categories into a meaningful set of g-1 dummy variables that each have values of either 0 or 1.
What is a one-way design?
A design where there is only one group classified.
What is a between-subject design?
A study of independent groups.
How do we investigate the differences between 3 or more groups?
Using ANOVA (analysis of variance).
What are omnibus investigations?
An investigation involving 3 or more groups.
Why are omnibus investigations weak?
They do not tell us where the differences are found.
What are focused investigations?
A stronger approach to investigating differences between 3 or more groups. It provides identifiable differences (where they can be found), and can explain everything found in omnibus investigations (under certain conditions).
What is a linear contrast?
A set of weights that sum to zero (0 is used to exclude a group). The total number of contrasts is one less than the numbers of groups (levels of the factor).
What is orthogonality?
Being uncorrelated. The design is balanced and the mean differences in each contrast do not overlap and do not contain redundancy.
How do we identify if two contrasts are orthogonal?
By multiplying them together and summing the products up. If it equals to zero, they are orthogonal.
What are the statistical assumptions for the group analysis of 3 or more groups?
The same as those for a two independent group analysis.
- Independence of observations
- Normality of observed scores
- Homogeneity of group variances (most important)
How do we test those assumptions?
- Levene’s test
2. Fligner-Killeen test