ANOVA/ANCOVA using the GLM Procedure Flashcards
(46 cards)
Fixed factor(s)
Categorical IVs or treatment conditions that we can replicate; for example a dosage of a drug (e.g. low, medium or high).
Random factor(s)
A treatment condition that is unique in space and time
Covariate(s)
The continuous IVs in out study
Corrected Model Significance
The overall significance of our model, including all factors
Factor significance
The significance of that particular factor
Total SS
Variation around the origin (zero). Meaningless.
Corrected Total SS
Variation around the grand mean
Unique Sum of Squares (Type III)
The SS as if each effect was the last one fitted in the model. The unique SS for each predictor or factor. Does not depend on order of the IV fit.
Sequential Sums of Squares (Type I)
The SS when each factor is fitted in order to the model. Depends on order of IV fit.
SStotal
SSbetween/treat + SSwithin/error
SSbetween
Take a score, subtract the grand mean, square the result for every score and sum the result
SSwithin/error
Take each group mean, subtract the grand mean, square and then sum the results and multiply the sum by n.
SStotal
Take a score, subtract the mean of the group it belongs to, square the result and add up results
dftotal
N-1
Where N = total sample size
dfbetween/treat
K-1
Where K= number of groups
dfwithin/error
N-K
MSbetween
SSbetween/dfbetween
MSwithin/error
SSwithin/dfwithin
Number of possible pairwise comparisons formula
k(k-1)/2
Planned contrasts
Specified in advance. Are orthogonal (sum of contrast coefficients equals zero); no part of model variance used more than once
NB there will always be one less orthogonal contrast than groups.
NB no group should occur in more than one contrast
Post-hoc contrasts
Not normally specified in advance. May not be orthogonal (sum of contrast coefficients may not equal zero); some part of model variance may be used more than once (e.g. comparing A and B to B and C). All possible pairwise comparisons of group means
Subcommand: posthoc
Simple contrast og group means.
Subcommand: contrast
A selection of predefined contrast combinations.
Subcommand: lmatrix
Allows you to hand code contrast specifications.