X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstatistics.texi;h=35c47eea2c9b1a5152678c4b4c15638c7c655d28;hb=refs%2Fheads%2Flexer;hp=0ae3d3786258ee0963728fb95b69d34ec52a0b15;hpb=e8b26fb0d765310d4c7400c39465008f1bb8601d;p=pspp diff --git a/doc/statistics.texi b/doc/statistics.texi index 0ae3d37862..35c47eea2c 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -76,21 +76,21 @@ list by enclosing them in parentheses after each variable. The @subcmd{STATISTICS} subcommand specifies the statistics to be displayed: @table @code -@item ALL +@item @subcmd{ALL} All of the statistics below. -@item MEAN +@item @subcmd{MEAN} Arithmetic mean. -@item SEMEAN +@item @subcmd{SEMEAN} Standard error of the mean. -@item STDDEV +@item @subcmd{STDDEV} Standard deviation. -@item VARIANCE +@item @subcmd{VARIANCE} Variance. -@item KURTOSIS +@item @subcmd{KURTOSIS} Kurtosis and standard error of the kurtosis. -@item SKEWNESS +@item @subcmd{SKEWNESS} Skewness and standard error of the skewness. -@item RANGE +@item @subcmd{RANGE} Range. @item MINIMUM Minimum value. @@ -408,7 +408,6 @@ If @subcmd{INCLUDE} is set, then user-missing values are included in the calculations, but system-missing values are not. If @subcmd{EXCLUDE} is set, which is the default, user-missing values are excluded as well as system-missing values. -This is the default. If @subcmd{LISTWISE} is set, then the entire case is excluded from analysis whenever any variable specified in any @cmd{/VARIABLES} subcommand @@ -667,28 +666,28 @@ to be analysed. By default, the correlation matrix is analysed. The @subcmd{/PRINT} subcommand may be used to select which features of the analysis are reported: -@itemize @subcmd{} -@item UNIVARIATE +@itemize +@item @subcmd{UNIVARIATE} A table of mean values, standard deviations and total weights are printed. -@item INITIAL +@item @subcmd{INITIAL} Initial communalities and eigenvalues are printed. -@item EXTRACTION +@item @subcmd{EXTRACTION} Extracted communalities and eigenvalues are printed. -@item ROTATION +@item @subcmd{ROTATION} Rotated communalities and eigenvalues are printed. -@item CORRELATION +@item @subcmd{CORRELATION} The correlation matrix is printed. -@item COVARIANCE +@item @subcmd{COVARIANCE} The covariance matrix is printed. -@item DET +@item @subcmd{DET} The determinant of the correlation or covariance matrix is printed. -@item KMO +@item @subcmd{KMO} The Kaiser-Meyer-Olkin measure of sampling adequacy and the Bartlett test of sphericity is printed. -@item SIG +@item @subcmd{SIG} The significance of the elements of correlation matrix is printed. -@item ALL +@item @subcmd{ALL} All of the above are printed. -@item DEFAULT +@item @subcmd{DEFAULT} Identical to @subcmd{INITIAL} and @subcmd{EXTRACTION}. @end itemize