Object Reference : Object View and Procedure Reference : Series
  
 
stats
Descriptive statistics.
Computes and displays a table of means, medians, maximum and minimum values, standard deviations, and other descriptive statistics of a series.
Syntax
series_name.stats(options)
Options
 
p
Print the stats table.
Examples
wage.stats
displays the descriptive statistics view of the series WAGE.
Cross-references
See “Descriptive Statistics & Tests” for a discussion of the descriptive statistics views of series.
See also boxplot and Series::hist.