X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstatistics.texi;h=60d665311c491c8263185bb83b38f741c114b0b1;hb=137fae2d8d88234543d9b41286c20e6ba8b2cd98;hp=d2dd0d63bd31d847398d4cd33eea55bb87403f52;hpb=3e77a6a6326ee4ddda5d32213f3fd5b3567b21ff;p=pspp diff --git a/doc/statistics.texi b/doc/statistics.texi index d2dd0d63bd..60d665311c 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -138,6 +138,7 @@ FREQUENCIES [@{FREQ,PERCENT@}] [@{NOMISSING,MISSING@}] /BARCHART=[MINIMUM(@var{x_min})] [MAXIMUM(@var{x_max})] [@{FREQ,PERCENT@}] + /ORDER=@{ANALYSIS,VARIABLE@} (These options are not currently implemented.) @@ -230,6 +231,8 @@ percentages. The @subcmd{FREQ} and @subcmd{PERCENT} options on @subcmd{HISTOGRAM} and @subcmd{PIECHART} are accepted but not currently honoured. +The @subcmd{ORDER} subcommand is accepted but ignored. + @node EXAMINE @section EXAMINE @@ -706,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@}] @@ -724,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. @@ -1434,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.)