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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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