I have an independent time series variable x for which I would like to vary future input values in order to make forecasts - scenario type forecasts. So, if I want to forecast four, say, future values of the dependent variable what would the best way to add the four data values of x into my script?
dataset addobs 4
scalar x?
fcast fit1

Thanks.