dlog with lags
Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason
dlog with lags
how do I run an OLS with lagged logs? While i can do the following: "x c x(-1 to 05)" i was not able to do "x c dlog(x(-1 to 05))"
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13586
- Joined: Tue Sep 16, 2008 5:38 pm
Re: dlog with lags
Code: Select all
ls x c dlog(x(-1)) dlog(x(-2)) dlog(x(-3)) dlog(x(-4)) dlog(x(-5))
Code: Select all
series dlogx = dlog(x)
ls x c dlogx(-1 to -5)
Re: dlog with lags
thanks. So it looks like there is no similar shortcut as in "x(-1 to -5)". Ok
Who is online
Users browsing this forum: No registered users and 2 guests
