Search found 7 matches

by pekaype
Fri Oct 09, 2015 12:31 pm
Forum: Programming
Topic: .x13 syntax problem
Replies: 6
Views: 5327

Re: .x13 syntax problem

The code you have should work. Most likely problem is that X13 isn't generating the forecasts, so EViews can't import them. Thanks for the reply Gareth yes it seems that x13 is not creating the forecast. can you tell me how to include that ARIMA model forecast output into code? in the x13 options t...
by pekaype
Fri Oct 09, 2015 2:25 am
Forum: Programming
Topic: .x13 syntax problem
Replies: 6
Views: 5327

.x13 syntax problem

I am trying to code the equivalent of selecting ARIMA model (_f) as a forecast output when you have added ARIMA options/forecast arima model (including tramo and seats selection in default options) and I guess I am misunderstanding the syntax. Code I'm using: y.x13(save="s12 s10 s13 s11 afd&quo...
by pekaype
Wed Mar 26, 2014 10:13 am
Forum: Programming
Topic: string for model specification in equation environment
Replies: 5
Views: 4755

Re: string for model specification in equation environment

That gives me following error message "y is not a valid string or scalar name in "Equation..." "

Interestingly it always only refers to the first varaible specfied in that string, which would explain why it cannot execute the regression.
by pekaype
Wed Mar 26, 2014 10:03 am
Forum: Programming
Topic: string for model specification in equation environment
Replies: 5
Views: 4755

Re: string for model specification in equation environment

Thanks Gareth, tried that before but gets me following error message:

"No coefficients specified in "euation equ1_y.ls y"
by pekaype
Wed Mar 26, 2014 9:49 am
Forum: Programming
Topic: string for model specification in equation environment
Replies: 5
Views: 4755

string for model specification in equation environment

Hi is it possible to use a string instead of manually writing down the model specification in and equation environment?` Easy example, suppose this is the regression I want to run equation equ1.ls y c @movav(x1(0),3) x2 can I replace the model specification ie everything after "equ1.ls" wi...
by pekaype
Tue Mar 25, 2014 10:18 am
Forum: Programming
Topic: string object program fill
Replies: 7
Views: 5742

Re: string object program fill

Thank you!
by pekaype
Tue Mar 25, 2014 10:07 am
Forum: Programming
Topic: string object program fill
Replies: 7
Views: 5742

Re: string object program fill

I don't understand what you're trying to do with either of those loops. String objects and string variables (% variables) are identical. They both contain strings. i.e. they contain quoted text. In neither of those loops are you assigning quoted text to a string variable, or string object. Just rea...

Go to advanced search