LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (June 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 22 Jun 2006 06:53:50 -0700
Reply-To:     "antje.schuele@googlemail.com" <antje.schuele@GOOGLEMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "antje.schuele@googlemail.com" <antje.schuele@GOOGLEMAIL.COM>
Organization: http://groups.google.com
Subject:      Growth curve
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset="iso-8859-1"

Dear Newsgroup,

I still sit on the following problem. This is my data:

data test; INPUT obs cum_data; cards; 1 12864 2 26642 3 35302 4 49776 5 66605 6 85682 7 105312 8 130413 9 161525 ; run;

Now I want to make a barchart of this data what actually is not the problem. The problem is that I want to overlay a Gompertz curve where I don't know how to estimate it. The drawing should later be done with prog greplay. But how to get the curve?

Can anyone provide with an example of code that helps to solve my problem?

Thanks a lot - Antje


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