pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/doc/data-selection.texi


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/doc/data-selection.texi
Date: Sat, 12 Mar 2005 16:30:19 -0500

Index: pspp/doc/data-selection.texi
diff -u pspp/doc/data-selection.texi:1.2 pspp/doc/data-selection.texi:1.3
--- pspp/doc/data-selection.texi:1.2    Fri Nov  5 09:50:34 2004
+++ pspp/doc/data-selection.texi        Sat Mar 12 21:30:18 2005
@@ -212,9 +212,8 @@
 @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 @@
 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}).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]