CORRELATIONS: Documented the /STATISTICS subcommand
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 4 Oct 2009 14:06:14 +0000 (16:06 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 4 Oct 2009 14:06:14 +0000 (16:06 +0200)
doc/statistics.texi

index 01cd52d5f57a6b1b265b1352e8e110415d1a96b7..63e8f35aef9ba37f540661aee7018c3b6a9fadb4 100644 (file)
@@ -318,6 +318,7 @@ CORRELATIONS
      ]
 
      [ /PRINT=@{TWOTAIL, ONETAIL@} @{SIG, NOSIG@} ]
      ]
 
      [ /PRINT=@{TWOTAIL, ONETAIL@} @{SIG, NOSIG@} ]
+     [ /STATISTICS=DESCRIPTIVES XPROD ALL]
      [ /MISSING=@{PAIRWISE, LISTWISE@} @{INCLUDE, EXCLUDE@} ]
 @end display    
 
      [ /MISSING=@{PAIRWISE, LISTWISE@} @{INCLUDE, EXCLUDE@} ]
 @end display    
 
@@ -355,7 +356,15 @@ If the NOSIG option is specified, then correlation coefficients with significanc
 0.05 are highlighted.
 If SIG is specified, then no highlighting is performed.  This is the default.
 
 0.05 are highlighted.
 If SIG is specified, then no highlighting is performed.  This is the default.
 
-
+@cindex covariance
+The STATISTICS subcommand requests additional statistics to be displayed.  The keyword 
+DESCRIPTIVES requests that the mean, number of non-missing cases, and the non-biased
+estimator of the standard deviation are displayed.
+These statistics will be displayed in a separated table, for all the variables listed
+in any /VARIABLES subcommand.
+The XPROD keyword requests cross-product deviations and covariance estimators to 
+be displayed for each pair of variables.
+The keyword ALL is the union of DESCRIPTIVES and XPROD.
 
 @node CROSSTABS
 @section CROSSTABS
 
 @node CROSSTABS
 @section CROSSTABS