27.03.2013 Views

SPSS® 12.0 Command Syntax Reference

SPSS® 12.0 Command Syntax Reference

SPSS® 12.0 Command Syntax Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

864 MANOVA: Univariate<br />

• If you do not use PARTITION, the number refers to a single degree of freedom associated<br />

with the effect.<br />

• The number refers to an individual level for a factor if that factor follows the keyword<br />

WITHIN or MWITHIN (see the sections on nested effects and pooled effects below).<br />

• A factor has one less degree of freedom than it has levels or values.<br />

Example<br />

MANOVA YIELD BY SEED(1,4) WITH RAINFALL<br />

/PARTITION(SEED)=(2,1)<br />

/DESIGN=SEED(1) SEED(2).<br />

• Factor SEED is subdivided into two partitions, one containing the first two degrees of<br />

freedom and the other the last degree of freedom.<br />

• The two partitions of SEED are treated as independent effects.<br />

Nested Effects: WITHIN Keyword<br />

Use the WITHIN keyword (alias W) to nest the effects of one factor within those of another<br />

factor or an interaction term.<br />

Example<br />

MANOVA YIELD BY SEED(1,4) FERT(1,3) PLOT (1,4)<br />

/DESIGN = FERT WITHIN SEED BY PLOT.<br />

• The three factors in this example are type of seed (SEED), type of fertilizer (FERT), and<br />

location of plots (PLOT).<br />

• The DESIGN subcommand nests the effects of FERT within the interaction term of SEED<br />

by PLOT. The levels of FERT are considered distinct for each combination of levels of<br />

SEED and PLOT.<br />

Simple Effects: WITHIN and MWITHIN Keywords<br />

A factor can be nested within one specific level of another factor by indicating the level in<br />

parentheses. This allows you to estimate simple effects or the effect of one factor within only<br />

one level of another. Simple effects can be obtained for higher-order interactions as well.<br />

Use WITHIN to request simple effects of between-subjects factors.<br />

Example<br />

MANOVA YIELD BY SEED(2,4) FERT(1,3) PLOT (1,4)<br />

/DESIGN = FERT WITHIN SEED (1).<br />

• This example requests the simple effect of FERT within the first level of SEED.<br />

• The number (n) specified after a WITHIN factor refers to the level of that factor. It is the<br />

ordinal position, which is not necessarily the value of that level. In this example, the first<br />

level is associated with value 2.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!