home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / bit / listserv / edstatl / 889 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.4 KB

  1. Path: sparky!uunet!olivea!pagesat!spssig.spss.com!nichols
  2. From: nichols@spss.com (David Nichols)
  3. Newsgroups: bit.listserv.edstat-l
  4. Subject: Re: Diff in R squares
  5. Message-ID: <1992Nov20.194928.7786@spss.com>
  6. Date: 20 Nov 92 19:49:28 GMT
  7. References: <EDSTAT-L%92112013540483@NCSUVM.CC.NCSU.EDU>
  8. Sender: news@spss.com (Net News Admin)
  9. Organization: SPSS Inc.
  10. Lines: 20
  11.  
  12. In article <EDSTAT-L%92112013540483@NCSUVM.CC.NCSU.EDU> Dennis Roberts <DMR@PSUVM.BITNET> writes:
  13. >Can someone help me out quickly: two random groups, multiple regressions on sam
  14. >e variables in both, and R squared for first, and R squared for second. How to
  15. >do a hypothesis test of 0 difference between the two population R squared value
  16. >s???? Thanks in advance.
  17.  
  18. Just a generalization to multiple predictors of the case of testing two
  19. univariate correlations for independent groups. Can be tested as a
  20. homogeneity of regressions in an analysis of covariance setup. In SPSS
  21. MANOVA:
  22.  
  23. MANOVA DEPVAR BY GROUP(1,2) WITH COV1 . . . COVN
  24.  /ANALYSIS=DEPVAR
  25.  /DESIGN=GROUP, POOL(COV1 . . . COVN), GROUP BY POOL(COV1 . . . COVN)
  26.  
  27. --
  28.  David Nichols        Senior Statistical Support Specialist         SPSS, Inc.
  29.  Phone: (312) 329-3684     Internet:  nichols@spss.com     Fax: (312) 329-3657
  30. *******************************************************************************
  31.  Any correlation between my views and those of SPSS is strictly due to chance.
  32.