Object Reference : Object View and Procedure Reference : Rowvector
  
 
stats
Descriptive statistics.
Computes and displays a table of means, medians, maximum and minimum values, standard deviations, and other descriptive statistics for a rowvector.
The stats command computes the statistics for each column. Note that in the case of a rowvector, this will be for a single observation.
Syntax
vector_name.stats(options)
Options
 
p
Print the stats table.
Examples
rv1.stats
displays the descriptive statistics view of rowvector RV1.
Cross-references
See “Descriptive Statistics & Tests” and (here) for a discussion of the descriptive statistics views of series and groups.