Statistics Table

For questions regarding the import, export and manipulation of data in EViews, including graphing and basic statistics.

Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason

Dijon
Posts: 1
Joined: Wed Mar 10, 2010 1:07 pm

Statistics Table

Postby Dijon » Wed Mar 10, 2010 3:00 pm

How do I add the "mode" to a descriptive statistics table?

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13611
Joined: Tue Sep 16, 2008 5:38 pm

Re: Statistics Table

Postby EViews Gareth » Wed Mar 10, 2010 3:20 pm

You can't "add" it to the standard descriptive statistics table, although you can compute it yourself:

Code: Select all

smpl if @obsby(i,i) = @max(@obsby(i,i)) scalar mode = @max(i) smpl @all
The fact that it is somewhat more complicated to compute than you might expect is mainly due to the fact that, traditionally, EViews has been aimed at real valued data, not discrete valued data.


Return to “Data Manipulation”

Who is online

Users browsing this forum: No registered users and 2 guests