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 (July 2001, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 12 Jul 2001 11:23:08 -0400
Reply-To:   Steve Rowe <steverowe@EMAIL.MSN.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Steve Rowe <steverowe@EMAIL.MSN.COM>
Subject:   Re: PROC MODEL QUESTION!
Comments:   To: koen.vyverman@FID-INTL.COM

Thanks - ETS is used for time series. Another problem might possibly be the '+' in the statement:

prof=i1-i187 + s1-s187/NoInt;

As I said, I've necer used proc model, but in most such statements you would use

prof=i1-i187 s1-s187/NoInt;

and not

prof=i1-i187 + s1-s187/NoInt;

to specify a model where prof is explained by the 374 variables i1-i187 and s1-s187 - but maybe I'm misunderstanding the model and the procedure's syntax.

Stephen Rowe, Ph.D. statistician marketing research Chicago area

On Thu, 12 Jul 2001 15:55:27 +0100, Vyverman, Koen <koen.vyverman@FID- INTL.COM> wrote:

>Various people were wondering: > >> I hope this helps - and please, in what SAS module do you >> find PROC MODEL? > >The proc model syntax is described in the SASv8.2 "WhatsNew.pdf" >documentation. Apparently it's part of the SAS/ETS module. I've >never had ETS, but it looks as if proc model existed there in >previous releases, and got enhanced with 8.2 > >Kind Regards, >Koen. > >--------------------------------- >Koen Vyverman >Database Marketing Manager >Fidelity Investments - Luxembourg >---------------------------------


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