home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / bit / listserv / statl / 1330 < prev    next >
Encoding:
Text File  |  1992-08-18  |  860 b   |  23 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!IAF.UQUEBEC.CA!IMR2027
  3. Organization: Institut Armand Frappier
  4. Message-ID: <STAT-L%92081823270013@VM1.MCGILL.CA>
  5. Newsgroups: bit.listserv.stat-l
  6. Date:         Tue, 18 Aug 1992 23:16:07 EDT
  7. Sender:       "STATISTICAL CONSULTING" <STAT-L@MCGILL1.BITNET>
  8. Comments:     Adresse alternative de l'envoyeur: <IMR2027@UQUEBEC>
  9. From:         Eduardo Franco <IMR2027@IAF.UQUEBEC.CA>
  10. Subject:      Bivariate freq counts
  11. X-To:         stat-l@vm1.mcgill.ca
  12. Lines: 9
  13.  
  14. In response to Patrick Haggard's question:
  15. Try combining the two variables in one, e.g.,
  16. in SPSS you would do:
  17. compute combxy = 10*x + y
  18. or
  19. compute combxy = x + y/10
  20. In the above examples it is assumed that you have single
  21. digit variables. You could of course change the combinations
  22. 'slightly for 2- or more digits.
  23.