home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!paladin.american.edu!auvm!DMRHRZ11.BITNET!BURGER
- Message-ID: <SAS-L%92082608341969@AWIIMC12.IMC.UNIVIE.AC.AT>
- Newsgroups: bit.listserv.sas-l
- Date: Wed, 26 Aug 1992 08:27:44 CET
- Reply-To: Christian Burger <BURGER@DMRHRZ11.BITNET>
- Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
- From: Christian Burger <BURGER@DMRHRZ11.BITNET>
- Subject: Re: Plot two XY values and line between.
- In-Reply-To: Message of Mon, 24 Aug 1992 09:49:04 EST from <IDQM400@INDYCMS>
- Lines: 28
-
- On Mon, 24 Aug 1992 09:49:04 EST Dale Marmaduke said:
- >...
- >I want to plot, chart or just get a before/after for each
- >obs. Each case will have two xy values. I need a chart/plot
- >like below.
- >
- >
- > 10 | x
- > | |
- > | x / x-----x
- > 5 | | / x
- > | x/ /
- > | / x
- > 1 | x
- > ___|______________________________
- > 1 5 10
- >
- > Any suggestions........
- >
- >
- >Dale Marmaduke IDQM400@indycms.iupui.edu
-
- As an alternative to sophisticated approaches using id-variables
- and symput statements: Why not simply introduce missing observations
- between the pairs of before/after observations and gplot-plot with
- /skipmiss option?
-
- C. Burger, burger@dmrhrz11.bitnet
-