Search found 41 matches

by xprimexinverse
Tue Jun 17, 2025 6:51 am
Forum: Suggestions and Requests
Topic: Parenthesis highlighting
Replies: 1
Views: 209481

Re: Parenthesis highlighting

This would be very welcome indeed. There are many brackets in our large model programs and highlighting them would help a lot!
by xprimexinverse
Tue Jun 17, 2025 6:45 am
Forum: Suggestions and Requests
Topic: Built-in Feature for Estimating Polynomial Adjustment Cost (PAC)
Replies: 2
Views: 23799

Re: Built-in Feature for Estimating Polynomial Adjustment Cost (PAC)

I would like to second this motion. Excellent suggestion that would be very useful.
by xprimexinverse
Fri Dec 11, 2020 4:07 pm
Forum: Models
Topic: reinclude add-factors
Replies: 1
Views: 53552

reinclude add-factors

Hi, The EViews help doc says that when we use the reinclude model proc it generates an add factor for each variable. However, the add factors that are created using reinclude do not appear in the workfile. My hunch tells me that the add-factors do exist, but that they're hidden from view. Q: Can som...
by xprimexinverse
Fri Dec 11, 2020 3:43 pm
Forum: Models
Topic: Free modelling lessons on-line with Zoom
Replies: 2
Views: 59508

Re: Free modelling lessons on-line with Zoom

Dear Jean Louis,

Great to see you!

I've sent you an email.

Yours sincerely,
Graeme
by xprimexinverse
Wed Nov 27, 2019 12:58 pm
Forum: Data Manipulation
Topic: General keyword search EViews database
Replies: 0
Views: 9495

General keyword search EViews database

Hi, I'm wondering if it's possible to do a very general database query in EViews? For example, I would like to be able to use @wquery like this: @wquery("mydb", "* matches *Exports* and freq=Q", "name") The key feature of the above code is the first wildcard (*) term in...
by xprimexinverse
Tue Nov 26, 2019 5:05 am
Forum: Suggestions and Requests
Topic: series attribute by number
Replies: 2
Views: 18766

Re: series attribute by number

Thanks for the reply, Gareth.

A list of attributes sounds like a good solution.

Cheers,
Graeme
by xprimexinverse
Sun Nov 24, 2019 11:30 am
Forum: Suggestions and Requests
Topic: series attribute by number
Replies: 2
Views: 18766

series attribute by number

Hi, @attr(“arg”) string containing the value of the arg attribute, where the argument is specified as a quoted string. I think it would be useful to be to access series attributes (labels) by passing an index value to the @attr() function instead of a quoted string. For example, the @attr() function...
by xprimexinverse
Sat Nov 23, 2019 1:31 pm
Forum: Models
Topic: Dependencies using commands?
Replies: 3
Views: 27519

Re: Dependencies using commands?

Hello, There is a pair of undocumented model procedures for returning upwards and downwards dependencies. model.@depends("foo") returns a string containing the variables that "foo" depends on (downward), and model.@upends("foo") returns a string containing the variable...
by xprimexinverse
Fri Nov 22, 2019 5:09 pm
Forum: Suggestions and Requests
Topic: series preview window size
Replies: 0
Views: 18711

series preview window size

Hi, I was wondering if there is any way of resizing the series preview window? The problem is that when I search my database using the series preview, the important series labels and information are out of view by default. [See image 1] To see the important labels, I must scroll down each time and t...
by xprimexinverse
Fri Dec 07, 2018 4:44 pm
Forum: Bug Reports
Topic: Protect model possible bug?
Replies: 3
Views: 6504

Protect model possible bug?

Hi, I'm trying to use the protect model feature in EViews 10+ (64-bit, Oct 16 2018 Build), but I'm running into an error. See the attachment below. eviews_protect.png I open a workfile, create a model object, protect it with a password, save the workfile, and close. Then I open the workfile and it g...
by xprimexinverse
Thu Aug 23, 2018 2:11 am
Forum: Econometric Discussions
Topic: Quadratic conversion Method
Replies: 2
Views: 5483

Re: Quadratic conversion Method

Hi Roland, It's subjective to say which interpolation method is the best for converting annual GDP data into quarterly frequency. I'd hazard a guess and say that you'd guess less slack using a method like the Chow-Lin method and a suitable high frequency indicator series (e.g. a production volumes s...
by xprimexinverse
Wed Aug 22, 2018 3:19 am
Forum: Suggestions and Requests
Topic: Chart number of digits on y-axis
Replies: 3
Views: 11379

Re: Chart number of digits on y-axis

Hi Gareth, startz, Thanks for the replies. I think what I wanted was a way to set the default number of decimal places on the y-axis when creating charts. Actually, I can do this by going to Options then Graphics Defaults then Axes & Scaling then under Data axis set the number of decimal places ...
by xprimexinverse
Tue Aug 21, 2018 4:18 am
Forum: Suggestions and Requests
Topic: Chart number of digits on y-axis
Replies: 3
Views: 11379

Chart number of digits on y-axis

Hi, I often use the model object for scenario analysis and one chart that I usually create displays the shock variable. For example, the chart below shows house prices as 10% deviation from baseline. However, notice that the y-axis is by default using a very high level of precision / number of digit...
by xprimexinverse
Sun Aug 12, 2018 1:14 pm
Forum: Programming
Topic: Create a comma separated string with quotes?
Replies: 2
Views: 5596

Re: Create a comma separated string with quotes?

Thanks very much, Gareth! :D

Works a charm!
by xprimexinverse
Sun Aug 12, 2018 11:10 am
Forum: Programming
Topic: Create a comma separated string with quotes?
Replies: 2
Views: 5596

Create a comma separated string with quotes?

Hi everyone, I would like to use the import command in an automated way and to do this I need to pass in the string values for the column head names as options. For example, below I pass three strings into the colheadnames option of the import command. colheadnames=("Name","Unit_code&...

Go to advanced search