home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / sasl / 4930 < prev    next >
Encoding:
Text File  |  1992-11-05  |  1.1 KB  |  41 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!gatech!paladin.american.edu!auvm!HARVARDA.BITNET!SCM
  3. Message-ID: <SAS-L%92110510465263@VM.MARIST.EDU>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Thu, 5 Nov 1992 10:37:44 EST
  6. Reply-To:     Steve Marcus <SCM@HARVARDA.BITNET>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Steve Marcus <SCM@HARVARDA.BITNET>
  9. Subject:      chisq question
  10. Lines: 29
  11.  
  12. here is an intro stats question i have recently encountered and am
  13. sorry to say, dont know how to answer. all suggestions are appreciated.
  14.  
  15. if i use proc freq to do a chisq and get a table that looks like:
  16.  
  17.            var1
  18.           1 2 4
  19.           -----
  20.       1 | 8 7 3
  21.  var2 2 | 1 5 8
  22.       6 | 1 3 3
  23.  
  24. note that some of the categories of the two variables are missing.
  25. in reality the table looks like:
  26.  
  27.  
  28.            var1
  29.           1 2 3 4
  30.           -------
  31.       1 | 8 7 0 3
  32.  var2 2 | 1 5 0 8
  33.       3 | 0 0 0 0
  34.       4 | 0 0 0 0
  35.       5 | 0 0 0 0
  36.       6 | 1 3 0 3
  37.  
  38. how does one have sas take this into account - or does it even matter?
  39.  
  40. steve
  41.