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?
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.
Catch up on SAS Innovate 2026
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.