home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / sasl / 5454 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.6 KB  |  38 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!ZODIAC.BITNET!HAMER
  3. X-Envelope-to: sas-l@VTVM1.BITNET
  4. X-VMS-To: BITNET%"sas-l@vtvm1"
  5. Message-ID: <01GSL2LNOJPW8WYQ2U@zodiac.rutgers.edu>
  6. Newsgroups: bit.listserv.sas-l
  7. Date:         Mon, 21 Dec 1992 17:04:00 EDT
  8. Reply-To:     "Robert M. Hamer 908-932-2696" <HAMER@ZODIAC.BITNET>
  9. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  10. From:         "Robert M. Hamer 908-932-2696" <HAMER@ZODIAC.BITNET>
  11. Subject:      Graphical Plotting Macro
  12. Lines: 24
  13.  
  14. I previously (several months ago) posted some information on a
  15. plotting macro available from anonymous FTP from SAS Institute.
  16.  
  17. The macro for creating graphical scatterplots of labeled points, for
  18. Release 6.07 for MVS, CMS, VMS, and later releases, has been enhanced.
  19. It now is easier to use and has better error diagnostics.  For
  20. example, to plot correspondence analysis results, you now specify
  21.  
  22.    %plotit(data=coor,datatype=corresp);
  23.  
  24. Here is a sample PREFMAP specification
  25.  
  26.     %plotit(data=tresult1,datatype=vector 2.5);
  27.  
  28. The macro was used to create the plots in the December SAS ad in
  29. Amstat News.
  30.  
  31. The macro is available from SAS Institute's online customer support
  32. facility, which you can access by modem at (919) 677-8155.  Download
  33. the file CRSPPLOT.SAS.  This file can also be obtained by anonymous
  34. ftp to ftp.sas.com.  Once connected, issue the command: cd
  35. techsup/download/samples. Then get the file crspplot.sas.  NOTE: The
  36. macro is provided "as is" and is not supported by the Technical
  37. Support Division of SAS Institute Inc.
  38.