X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdata-selection.texi;h=4b6a748deaac594b4763d6b7751942dd1c42e753;hb=cb05567731adc7c890d3146102ff01068ba796dd;hp=c20337ae4de8c3597d8fe0229fb75a3a61d4259d;hpb=8e3c14220b198a006a1880c7fd831f3362c53a40;p=pspp-builds.git diff --git a/doc/data-selection.texi b/doc/data-selection.texi index c20337ae..4b6a748d 100644 --- a/doc/data-selection.texi +++ b/doc/data-selection.texi @@ -212,9 +212,8 @@ When @cmd{SELECT IF} is specified following @cmd{TEMPORARY} @vindex SPLIT FILE @display -Two possible syntaxes: - SPLIT FILE BY var_list. - SPLIT FILE OFF. +SPLIT FILE [@{LAYERED, SEPARATE@}] BY var_list. +SPLIT FILE OFF. @end display @cmd{SPLIT FILE} allows multiple sets of data present in one data @@ -227,6 +226,10 @@ variables are analyzed by statistical procedure commands as one group. An independent analysis is carried out for each group of cases, and the variable values for the group are printed along with the analysis. +When a list of variable names is specified, one of the keywords +LAYERED or SEPARATE may also be specified. If provided, either +keyword are ignored. + Groups are formed only by @emph{adjacent} cases. To create a split using a variable where like values are not adjacent in the working file, you should first sort the data by that variable (@pxref{SORT CASES}).