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