Object Reference : Object View and Procedure Reference : Vector
  
 
stats
Descriptive statistics for the vector.
Computes and displays a table of means, medians, maximum and minimum values, standard deviations, and other descriptive statistics for the data in the vector object.
Syntax
vector_name.stats(options)
Options
 
p
Print the stats table.
Examples
v1.stats(p)
displays and prints the descriptive statistics view of the vector V1.
Cross-references
See “Descriptive Statistics & Tests” and “Descriptive Statistics” for a discussion of the descriptive statistics views of series and groups.