|
|
Overview
Key assumptions are linear relationships, normal distribution of the dependents, and fixed effects. Interaction effects are modeled by default, as in other analysis of variance procedures.
|
|
In this example post hoc tests were requested for the budget between-subjects factor. The illustration below displays only some of the many tests available. The researcher would not in practice generate such a large table, but rather would select specific tests as appropriate. See the discussion of post-hoc tests in the section on univariate GLM. In this example, as often happens, all tests come to the same finding: for any pairwise comparison between two of the three levels of the between-subjects factor budget, the levels are significantly different on the repeated dependent variable, poll.
A profile plot of stateid by week shows between-state variance in predicted mean poll results, with state 1 returning clearly higher predicted poll measures. However, in GLM between-subjects factors are modeled as fixed effects. That is, the model assumes the researcher is interested in these 10 specific states. If the researcher wishes to model states as a random effect, viewing the 10 states as a sample of the 50 states and enabling generalization to all states, then the researcher should use the linear mixed models procedure instead.
Available contrasts are:
GLM dependent varlist [BY factor list [WITH covariate list]]
/WSFACTOR=name levels [{DEVIATION [(refcat)] }] name...
{SIMPLE [(refcat)] }
{DIFFERENCE }
{HELMERT }
{REPEATED }
{POLYNOMIAL [({1,2,3...})]**}
{ {metric } }
{SPECIAL (matrix) }
[/MEASURE=newname newname...]
[/WSDESIGN=effect effect...]
[/REGWGT=varname]
[/METHOD=SSTYPE({1 })]
{2 }
{3**}
{4 }
[/INTERCEPT=[INCLUDE**] [EXCLUDE]]
[/MISSING=[INCLUDE] [EXCLUDE**]]
[/PRINT = [DESCRIPTIVE] [HOMOGENEITY] [PARAMETER][ETASQ] [RSSCP]
[GEF] [LOF] [OPOWER] [TEST [([SSCP] [LMATRIX] [MMATRIX])]]
[/SAVE=[tempvar [(list of names)]] [tempvar [(list of names)]]...]
[DESIGN]
[/EMMEANS=TABLES({OVERALL })] [COMPARE ADJ(LSD)(BONFERRONI)(SIDAK)]
{factor }
{factor*factor... }
{wsfactor }
{wsfactor*wsfactor... }
{factor*...wsfactor*...]
{factor*factor... }
[/DESIGN={[INTERCEPT...] }]*
{[effect effect...]}
* The DESIGN subcommand has the same syntax as is described in GLM: Univariate.
** Default if the subcommand or keyword is omitted.
Example
GLM Y1 TO Y4 BY GROUP
/WSFACTOR=YEAR 4.