X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstatistics.texi;h=ac3f0b5c06f64e97df1f27417a0ccb67c4ff6881;hb=5e41840a01ceb64b1a62752e7ebb891394de2ec8;hp=d333de1db24acf10050b413ff000fc063f31f97c;hpb=37ff86424a5aa6c4c22a0fd4d8c59d7ce28bc2bf;p=pspp diff --git a/doc/statistics.texi b/doc/statistics.texi index d333de1db2..ac3f0b5c06 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -709,6 +709,8 @@ FACTOR VARIABLES=@var{var_list} [ /METHOD = @{CORRELATION, COVARIANCE@} ] + [ /ANALYSIS=@var{var_list} ] + [ /EXTRACTION=@{PC, PAF@}] [ /ROTATION=@{VARIMAX, EQUAMAX, QUARTIMAX, PROMAX[(@var{k})], NOROTATE@}] @@ -727,7 +729,10 @@ FACTOR VARIABLES=@var{var_list} The @cmd{FACTOR} command performs Factor Analysis or Principal Axis Factoring on a dataset. It may be used to find common factors in the data or for data reduction purposes. -The @subcmd{VARIABLES} subcommand is required. It lists the variables which are to partake in the analysis. +The @subcmd{VARIABLES} subcommand is required. It lists the variables +which are to partake in the analysis. (The @subcmd{ANALYSIS} +subcommand may optionally further limit the variables that +participate; it is not useful and implemented only for compatibility.) The @subcmd{/EXTRACTION} subcommand is used to specify the way in which factors (components) are extracted from the data. If @subcmd{PC} is specified, then Principal Components Analysis is used. @@ -1437,7 +1442,7 @@ of variable preceding @subcmd{WITH} against variable following @display T-TEST /MISSING=@{ANALYSIS,LISTWISE@} @{EXCLUDE,INCLUDE@} - /CRITERIA=CIN(@var{confidence}) + /CRITERIA=CI(@var{confidence}) (One Sample mode.) @@ -1644,6 +1649,7 @@ The default is 0.05. QUICK CLUSTER @var{var_list} [/CRITERIA=CLUSTERS(@var{k}) [MXITER(@var{max_iter})]] [/MISSING=@{EXCLUDE,INCLUDE@} @{LISTWISE, PAIRWISE@}] + [/PRINT=@{INITIAL@} @{CLUSTERS@}] @end display The @cmd{QUICK CLUSTER} command performs k-means clustering on the @@ -1672,6 +1678,12 @@ clustering variables contain missing values. Otherwise it is clustered on the basis of the non-missing values. The default is @subcmd{LISTWISE}. +The @subcmd{PRINT} subcommand requests additional output to be printed. +If @subcmd{INITIAL} is set, then the initial cluster memberships will +be printed. +If @subcmd{CLUSTERS} is set, the cluster memberships of the individual +cases will be displayed (potentially generating lengthy output). + @node RANK @section RANK