home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / bit / listserv / sasl / 3889 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.3 KB  |  41 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!DMRHRZ11.BITNET!BURGER
  3. Message-ID: <SAS-L%92082608341969@AWIIMC12.IMC.UNIVIE.AC.AT>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Wed, 26 Aug 1992 08:27:44 CET
  6. Reply-To:     Christian Burger <BURGER@DMRHRZ11.BITNET>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Christian Burger <BURGER@DMRHRZ11.BITNET>
  9. Subject:      Re: Plot two XY values and line between.
  10. In-Reply-To:  Message of Mon, 24 Aug 1992 09:49:04 EST from <IDQM400@INDYCMS>
  11. Lines: 28
  12.  
  13. On Mon, 24 Aug 1992 09:49:04 EST Dale Marmaduke said:
  14. >...
  15. >I want to plot, chart or just get a before/after for each
  16. >obs.  Each case will have two xy values.  I need a chart/plot
  17. >like below.
  18. >
  19. >
  20. >      10  |      x
  21. >          |      |
  22. >          |   x  /    x-----x
  23. >       5  |   | /         x
  24. >          |   x/         /
  25. >          |   /         x
  26. >       1  |  x
  27. >       ___|______________________________
  28. >           1         5        10
  29. >
  30. >                  Any suggestions........
  31. >
  32. >
  33. >Dale Marmaduke    IDQM400@indycms.iupui.edu
  34.  
  35. As an alternative to sophisticated approaches using id-variables
  36. and symput statements: Why not simply introduce missing observations
  37. between the pairs of before/after observations and gplot-plot with
  38. /skipmiss option?
  39.  
  40. C. Burger,   burger@dmrhrz11.bitnet
  41.