LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page