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
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
|