I'm new on R, I've always use e-views and now I have to do a regression
I have Xt stationary and Yt not stationary so I need to difference
yt=Yt-Y(t-1)
then the regression is
yt = a + bXt
how can I do the forecast on R and obtain the "real" value and not the differences?
in e-views is enouth to write d(Yt)
but in R is impossible