Object Reference : Object View and Procedure Reference : Group
  
 
stats
Descriptive statistics.
Computes and displays a table of means, medians, maximum and minimum values, standard deviations, and other descriptive statistics of a group of series.
Syntax
group_name.stats(options)
Options
 
i
Individual sample for each series. By default, EViews computes the statistics using a common sample.
p
Print the stats table.
Examples
group group1 wage hrs edu
group1.stats(i)
displays the descriptive statistics view of GROUP1 for the individual samples.
Cross-references
See “Descriptive Statistics” for a discussion of the descriptive statistics views of a group.
See also boxplot.