home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / bit / listserv / statl / 2223 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.9 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!olivea!pagesat!spssig.spss.com!nichols
  2. From: nichols@spss.com (David Nichols)
  3. Newsgroups: bit.listserv.stat-l
  4. Subject: Re: Finding critical F
  5. Message-ID: <Bz9oBC.yn@spss.com>
  6. Date: 14 Dec 92 20:45:10 GMT
  7. References: <STAT-L%92121316120756@VM1.MCGILL.CA>
  8. Sender: news@spss.com (Net News Admin)
  9. Organization: SPSS Inc.
  10. Lines: 31
  11.  
  12. In article <STAT-L%92121316120756@VM1.MCGILL.CA> dick darlington <dick_darlington@QMRELAY.MAIL.CORNELL.EDU> writes:
  13. >                                                                    12:42 PM
  14. >  OFFICE MEMO                                                 Time:
  15. >                      Subject:
  16. >                      Finding critical F                            12-08-92
  17. >                                                              Date:
  18. >
  19. >In response to Brian Day's question, one can use Systat's FIF (F inverse
  20. >function) operator to find critical values of F for any specified values of
  21. >alpha, df1 and df2.  Day specified df1 = 278 and df2 = 500, but did not specify
  22. >alpha.  Thus I entered into Systat's editor a column headed ALPHA containing
  23. >the four values .05, .025, .01, .005.  Then I issued the command
  24. >>let f = fif(1-alpha, 278, 500)
  25. >Systat returned the following four values of F: 1.187, 1.227, 1.275, 1.308.
  26. >Dick Darlington, Psychology, Cornell
  27.  
  28. SPSS has an FCDF function in its MATRIX procedure, which is available on
  29. mainframe and Unix platforms 4.0 and after, as well as Windows and (I think)
  30. other micro platforms other than PC+. 
  31.  
  32. matrix
  33. compute x=1-fcdf(value,df1,df2)
  34. print x
  35.  
  36. is the syntax.
  37.  
  38. --
  39.  David Nichols        Senior Statistical Support Specialist         SPSS, Inc.
  40.  Phone: (312) 329-3684     Internet:  nichols@spss.com     Fax: (312) 329-3657
  41. *******************************************************************************
  42.  Any correlation between my views and those of SPSS is strictly due to chance.
  43.