Page 1 of 1

Mean by Month

Posted: Mon Feb 01, 2010 6:41 am
by fmgoto
I love that seasonal graph, but I wonder if I can retrieve the means of a series by month. That is, I need a vector/table with mean(jan), mean(feb), etc. Thanks, Fabio

Re: Mean by Month

Posted: Mon Feb 01, 2010 9:02 am
by EViews Gareth

Code: Select all

show @meansby(x,@month)

Re: Mean by Month

Posted: Tue Feb 02, 2010 10:46 am
by fmgoto
Thanks.