X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstatistics.texi;h=c46189bd0709394fe2552ee9783915126c9442a3;hb=d678fc2a9b1cfb7a53f3cb4082f6939e3e7f31c6;hp=b5026e7b2c61c2d648f8bb09b1dcadffd31e4194;hpb=63aa70751714736d6577c590484ad926492b2fe2;p=pspp diff --git a/doc/statistics.texi b/doc/statistics.texi index b5026e7b2c..c46189bd07 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -1,3 +1,12 @@ +@c PSPP - a program for statistical analysis. +@c Copyright (C) 2017 Free Software Foundation, Inc. +@c Permission is granted to copy, distribute and/or modify this document +@c under the terms of the GNU Free Documentation License, Version 1.3 +@c or any later version published by the Free Software Foundation; +@c with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. +@c A copy of the license is included in the section entitled "GNU +@c Free Documentation License". +@c @node Statistics @chapter Statistics @@ -798,7 +807,7 @@ FACTOR @{ [ /ROTATION=@{VARIMAX, EQUAMAX, QUARTIMAX, PROMAX[(@var{k})], NOROTATE@}] - [ /PRINT=[INITIAL] [EXTRACTION] [ROTATION] [UNIVARIATE] [CORRELATION] [COVARIANCE] [DET] [KMO] [SIG] [ALL] [DEFAULT] ] + [ /PRINT=[INITIAL] [EXTRACTION] [ROTATION] [UNIVARIATE] [CORRELATION] [COVARIANCE] [DET] [KMO] [AIC] [SIG] [ALL] [DEFAULT] ] [ /PLOT=[EIGEN] ] @@ -825,7 +834,7 @@ individual data cases. Typically the matrix file will have been generated by If specified, @subcmd{MATRIX IN} must be followed by @samp{COV} or @samp{CORR}, then by @samp{=} and @var{file_spec} all in parentheses. @var{file_spec} may either be an asterisk, which indicates the currently loaded -dataset, or it may be a filename to be loaded. @xref{MATRIX DATA} for the expected +dataset, or it may be a filename to be loaded. @xref{MATRIX DATA}, for the expected format of the file. The @subcmd{/EXTRACTION} subcommand is used to specify the way in which factors (components) are extracted from the data. @@ -862,6 +871,8 @@ The @subcmd{/PRINT} subcommand may be used to select which features of the analy The covariance matrix is printed. @item @subcmd{DET} The determinant of the correlation or covariance matrix is printed. +@item @subcmd{AIC} + The anti-image covariance and anti-image correlation matrices are printed. @item @subcmd{KMO} The Kaiser-Meyer-Olkin measure of sampling adequacy and the Bartlett test of sphericity is printed. @item @subcmd{SIG}