home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / statl / 1903 < prev    next >
Encoding:
Text File  |  1992-11-06  |  1.5 KB  |  33 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!news.centerline.com!noc.near.net!mars.caps.maine.edu!news.yale.edu!yale!yale.edu!nigel.msen.com!emory!europa.asd.contel.com!paladin.american.edu!auvm!CS.SFU.CA!ROSEN
  3. X-Mailer: ELM [version 2.3 PL11]
  4. Message-ID: <9211052024.AA17366@naos.cs.sfu.ca>
  5. Newsgroups: bit.listserv.stat-l
  6. Date:         Thu, 5 Nov 1992 12:24:42 PST
  7. Sender:       "STATISTICAL CONSULTING" <STAT-L@MCGILL1.BITNET>
  8. From:         Wilf ROSEN <rosen@CS.SFU.CA>
  9. Subject:      Splus File Formats?
  10. Lines: 21
  11.  
  12. Cheers :
  13.  
  14.   I frequently have to create multidimensional contingeny tables from
  15.   fairly large survey data files. What I wanna do now is to get these
  16.   tables into Splus (for DOS) in the form of data frames so that I can
  17.   for instance, fit loglinear models. I realize one way to do this
  18.   would be to dump the contingency table to an ascii file that would
  19.   later be read into S via the read.table() function. The resulting S
  20.   data frame would of course then be stored as a disk file in the _data
  21.   directory. If I knew the format of this disk file, I would be able to
  22.   have my program write the Splus data frame file directly. Although I
  23.   realize that this knowledge won't end world hunger, it would make
  24.   things more convenient (well, for me at least). So, I would like to
  25.   know if the file format Splus uses for storing data frames
  26.   (or any Splus object I guess) on disk is available somewhere. Any
  27.   information or suggestions would be appreciated.
  28.  
  29.   Thanks for reading this far.
  30.  
  31.   Wilf Rosenbaum
  32.   rosen@cs.sfu.ca
  33.