BookmarkSubscribeRSS Feed
IdanE
Calcite | Level 5

I'm making a linear model and I want to include lagged variables in it. It should be something like   Y= B0 + B1X1 + B2X2 + B3Y(i-1) + B4Y(i-7) + B5X1(i-1) + B6X1(i-2).

Does anyone know how I can set this up in Enterprise Guide?

Thanks!

1 REPLY 1
Doc_Duke
Rhodochrosite | Level 12

If your lags are in different (prior) records, then you are going to have to write data step code to create them.  The data transformations in EGuide use PROC SQL.  SQL is "memoryless" and does not support the LAG function.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 724 views
  • 0 likes
  • 2 in conversation