Diff for "FAQ/polybs" - CBU statistics Wiki
location: Diff for "FAQ/polybs"
Differences between revisions 2 and 3
Revision 2 as of 2010-07-16 14:09:35
Size: 1099
Editor: PeterWatson
Comment:
Revision 3 as of 2010-07-16 14:10:31
Size: 1117
Editor: PeterWatson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
For further discussion on the differences between weighted and unweighted analyses see Amy Shelton's excellent on-line tutorial given in a pdf file located [http://www.psy.jhu.edu/~ashelton/courses/stats315/week9.pdf here.] If the link is broken the file containing the tutorial can be accessed from [attachment:weights.pdf here.] For further discussion on the differences between weighted and unweighted analyses see the first half of Amy Shelton's excellent on-line tutorial given in a pdf file located [http://www.psy.jhu.edu/~ashelton/courses/stats315/week9.pdf here.] If the link is broken the file containing the tutorial can be accessed from [attachment:weights.pdf here.]

How do I test for a trend between group means representing different subjects?

Let us suppose we wish to test for a linear trend between between subjects group means. This can be done using polynomial coefficients

ONEWAY
  OUTCOME BY GROUP
  /POLYNOMIAL= 1
  /MISSING ANALYSIS .

In the case of unequal group sizes SPSS produces two outputs called weighted and unweighted sums of squares. The weighted sums of squares assumes group sizes are important for example to reflect relative sizes of each group in the general population. Unweighted sums of squares ignore differences in group sizes and compares group means using the same average group size for each group so each group contributes equally to the trend analysis.

For further discussion on the differences between weighted and unweighted analyses see the first half of Amy Shelton's excellent on-line tutorial given in a pdf file located [http://www.psy.jhu.edu/~ashelton/courses/stats315/week9.pdf here.] If the link is broken the file containing the tutorial can be accessed from [attachment:weights.pdf here.]

None: FAQ/polybs (last edited 2015-02-02 12:54:57 by PeterWatson)