Using functions on groups
Posted: Sat Feb 06, 2016 3:27 pm
I have a group and I would like to calculate statistics for the series in the group. So for example
defines the group group_return and contains the series rm. In Eveiws, I can execute
but I cannot execute
Although, I can do
in place of
So I would like to know why I cannot use / how do I use function commands like @mean() on series in a group. I.e. I would like to use commands like
Thanks for the help.
Code: Select all
group group_return rm
Code: Select all
@mean(rm)
Code: Select all
@mean(group_return(1))
Code: Select all
ls group_return(1) c
Code: Select all
ls rm c
Code: Select all
@mean(group_return(1))