Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • A loop to predict a log-model

    For the model,
    Y= Yt-1+X1t+X2t+X3t+e
    I want to create a loop to predict future values such that the predicted value for 2019 will automatically be replaced in the lag variable (Yt-1) in 2020. Can anyone help me to develop this loop?

  • #2
    You need to look at the forecast command - it is documented in the time series pdf documentation.

    Comment

    Working...
    X