/[pspp]/pspp/doc/data-selection.texi
ViewVC logotype

Diff of /pspp/doc/data-selection.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jmd, Fri Nov 5 09:50:34 2004 UTC revision 1.3 by blp, Sat Mar 12 21:30:18 2005 UTC
# Line 212  When @cmd{SELECT IF} is specified follow Line 212  When @cmd{SELECT IF} is specified follow
212  @vindex SPLIT FILE  @vindex SPLIT FILE
213    
214  @display  @display
215  Two possible syntaxes:  SPLIT FILE [{LAYERED, SEPARATE}] BY var_list.
216          SPLIT FILE BY var_list.  SPLIT FILE OFF.
         SPLIT FILE OFF.  
217  @end display  @end display
218    
219  @cmd{SPLIT FILE} allows multiple sets of data present in one data  @cmd{SPLIT FILE} allows multiple sets of data present in one data
# Line 227  variables are analyzed by statistical pr Line 226  variables are analyzed by statistical pr
226  An independent analysis is carried out for each group of cases, and the  An independent analysis is carried out for each group of cases, and the
227  variable values for the group are printed along with the analysis.  variable values for the group are printed along with the analysis.
228    
229    When a list of variable names is specified, one of the keywords
230    LAYERED or SEPARATE may also be specified.  If provided, either
231    keyword are ignored.
232    
233  Groups are formed only by @emph{adjacent} cases.  To create a split  Groups are formed only by @emph{adjacent} cases.  To create a split
234  using a variable where like values are not adjacent in the working file,  using a variable where like values are not adjacent in the working file,
235  you should first sort the data by that variable (@pxref{SORT CASES}).  you should first sort the data by that variable (@pxref{SORT CASES}).

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26