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