X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstatistics.texi;h=63e8f35aef9ba37f540661aee7018c3b6a9fadb4;hb=0c961d1c404e127d814bad99cf43e5e3d41dd1b1;hp=01cd52d5f57a6b1b265b1352e8e110415d1a96b7;hpb=65c4b7fb960b429cc535d3b564a704ee4ebfbed6;p=pspp-builds.git diff --git a/doc/statistics.texi b/doc/statistics.texi index 01cd52d5..63e8f35a 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -318,6 +318,7 @@ CORRELATIONS ] [ /PRINT=@{TWOTAIL, ONETAIL@} @{SIG, NOSIG@} ] + [ /STATISTICS=DESCRIPTIVES XPROD ALL] [ /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. - +@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