Page 1 of 1

show series name for @rimin()

Posted: Wed Jun 27, 2018 12:39 pm
by amisng
Hello
I am fairly new to eviews and any help on the below would be most appreciated:
How can I display the variable name associated with the @rimin(groupofvariable)?
Or how can I assign a string/variable name to the index returned in the @rimin(groupofvariable)?
Thanks a lot

Re: show series name for @rimin()

Posted: Wed Jun 27, 2018 12:47 pm
by EViews Gareth

Code: Select all

alpha a = @word(group.@members,@rimin(group))

Re: show series name for @rimin()

Posted: Thu Jun 28, 2018 6:45 am
by amisng
Thank you very much!

EViews Gareth wrote:

Code: Select all

alpha a = @word(group.@members,@rimin(group))