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 (October 2006, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 31 Oct 2006 07:50:34 -0800
Reply-To:   Dirk Nachbar <dirknbr@GOOGLEMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Dirk Nachbar <dirknbr@GOOGLEMAIL.COM>
Organization:   http://groups.google.com
Subject:   proc nlin
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset="iso-8859-1"

All

I am trying to run a NLS model and SAS gives me strange error messages. lncompwin is the dependent variable but it doesn't get recognised. Why?

proc nlin data=dis; parameters a=1 g=-1; model lncompwin=(-a/g)*ln(1+a*t); run;

ERROR: Cannot find a library containing subroutine LN. ERROR: no dependent variable specified.

Dirk


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