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 (November 2004, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 29 Nov 2004 13:05:04 -0800
Reply-To:   Microstructure <randistan69@HOTMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Microstructure <randistan69@HOTMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: Proc syslin and saving coefficients
Content-Type:   text/plain; charset=ISO-8859-1

I want to save the coefficients produced by running the system of equations together and not the OLS coefficients.... Will the Outest option work.. /** The proc syslin code **/ proc syslin data = test sur outest=x tableout; ic: model ic = orders dol_vol age / _ADJRSQ_; age: model age = orders dol_vol ic / _ADJRSQ_ ; run;


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