Descriptive statistics for series in a group.
Computes and displays a table of means, medians, maximum and minimum values, standard deviations, and other descriptive statistics for each series in the group.
Syntax
group_name.stats(options)
Options
i | Use individual sample for each series after removing missing values for the individual series. By default, EViews computes the statistics using a common sample after removing observations with missing values for any series in the group. |
p | Print the stats table. |
Examples
The commands
group group1 wage hrs edu
group01.stats
computes the descriptive statistics for each series in GROUP01 for the balanced sample obtained after deletion of observation in the current sample with missing values for any of the series Alternately,
group01.stats(i)
displays the descriptive statistics view of GROUP01 showing the statistics for each series computed using individual samples.
Cross-references
See
“Descriptive Statistics” for a discussion of the descriptive statistics views of a group.