Date: Wed, 25 Mar 2009 09:58:52 -0400
Reply-To: Kevin Viel <citam.sasl@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Kevin Viel <citam.sasl@GMAIL.COM>
Subject: Re: Decline Curve in SAS
On Wed, 25 Mar 2009 07:10:31 -0500, Sid N <nsid31@GMAIL.COM> wrote:
>I am interested in plotting a curve that would allow me to estimate future
>production based on the historical production trends. Hypothetically, if
at
>the current rate, the production reaches a minimal amount in say year
2030,
>I would like to determine the total production from 2010 through 2030
based
>on the curve area. As I am relatively new to SAS, and unaware of the
>different curve plotting techniques in SAS, I cannot really indicate the
>specific plot type. I appreciate any suggestions in this regard.
>
>Thanks again for your time.
I assume you have the historical data. You need to create the other data
in SAS explicitly, either using a procedure or a datastep. Some
procedures may create the plot for you. Otherwise, you need to use the
PLOT procedure or the GPLOT procedure, if you have SAS/GRAPH licensed, and
overlay the plots.
HTH,
Kevin
|