Command Reference : Command Reference
  
 
hist
Histogram and descriptive statistics of a series.
The hist command computes descriptive statistics and displays a histogram for the series.
Syntax
hist(options) series_name
Options
 
p
Print the histogram.
Examples
hist lwage
Displays the histogram and descriptive statistics of LWAGE.
Cross-references
See “Histogram and Stats” for a discussion of the descriptive statistics reported in the histogram view.
See distplot for a more full-featured and customizable method of constructing histograms, and Series::hist for the equivalent series object view command.