X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstatistics.texi;h=f17a9ece9cfe00e7e1c160ab26497ff647b605b9;hb=3a21788dd4f7a4f10d12a12e83c8890f857b5e98;hp=9cc49557ea2ff288b4abd32e57580bc1f68ae115;hpb=5ce6b1f0994ebe14da237b2b76d6ba27d92bbe7c;p=pspp diff --git a/doc/statistics.texi b/doc/statistics.texi index 9cc49557ea..f17a9ece9c 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -684,7 +684,7 @@ FACTOR VARIABLES=@var{var_list} [ /EXTRACTION=@{PC, PAF@}] - [ /ROTATION=@{VARIMAX, EQUAMAX, QUARTIMAX, NOROTATE@}] + [ /ROTATION=@{VARIMAX, EQUAMAX, QUARTIMAX, PROMAX[(@var{k})], NOROTATE@}] [ /PRINT=[INITIAL] [EXTRACTION] [ROTATION] [UNIVARIATE] [CORRELATION] [COVARIANCE] [DET] [KMO] [SIG] [ALL] [DEFAULT] ] @@ -708,9 +708,13 @@ If @subcmd{PAF} is specified, then Principal Axis Factoring is used. By default Principal Components Analysis will be used. The @subcmd{/ROTATION} subcommand is used to specify the method by which the extracted solution will be rotated. -Three methods are available: @subcmd{VARIMAX} (which is the default), @subcmd{EQUAMAX}, and @subcmd{QUARTIMAX}. -If don't want any rotation to be performed, the word @subcmd{NOROTATE} will prevent the command from performing any -rotation on the data. Oblique rotations are not supported. +Three orthogonal rotation methods are available: +@subcmd{VARIMAX} (which is the default), @subcmd{EQUAMAX}, and @subcmd{QUARTIMAX}. +There is one oblique rotation method, @i{viz}: @subcmd{PROMAX}. +Optionally you may enter the power of the promax rotation @var{k}, which must be enclosed in parentheses. +The default value of @var{k} is 5. +If you don't want any rotation to be performed, the word @subcmd{NOROTATE} will prevent the command from performing any +rotation on the data. The @subcmd{/METHOD} subcommand should be used to determine whether the covariance matrix or the correlation matrix of the data is to be analysed. By default, the correlation matrix is analysed.