X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdata-selection.texi;h=e8430cf684a2573890b107588de34d16b5964145;hb=00feff7775f55b3292d1f9461a79dde54b9eb2ba;hp=d7f4c79fc11d756c2fdbe278a10c0edb1862d62a;hpb=522f263565607b97b83d26bff49b5fa44704df33;p=pspp-builds.git diff --git a/doc/data-selection.texi b/doc/data-selection.texi index d7f4c79f..e8430cf6 100644 --- a/doc/data-selection.texi +++ b/doc/data-selection.texi @@ -1,4 +1,4 @@ -@node Data Selection, Conditionals and Looping, Data Manipulation, Top +@node Data Selection @chapter Selecting data for analysis This chapter documents PSPP commands that temporarily or permanently @@ -14,7 +14,7 @@ select data records from the active file for analysis. * WEIGHT:: Weight cases by a variable. @end menu -@node FILTER, N OF CASES, Data Selection, Data Selection +@node FILTER @section FILTER @vindex FILTER @@ -146,7 +146,7 @@ samples may still result when the file is processed on systems with differing endianness or floating-point formats. By default, the random number seed is based on the system time. -@node SELECT IF, SPLIT FILE, SAMPLE, Data Selection +@node SELECT IF @section SELECT IF @vindex SELECT IF @@ -172,7 +172,7 @@ When @cmd{SELECT IF} is specified following @cmd{TEMPORARY} (@pxref{TEMPORARY}), the @cmd{LAG} function may not be used (@pxref{LAG}). -@node SPLIT FILE, TEMPORARY, SELECT IF, Data Selection +@node SPLIT FILE @section SPLIT FILE @vindex SPLIT FILE @@ -205,7 +205,7 @@ entire active file as a single group of data. When @cmd{SPLIT FILE} is specified after @cmd{TEMPORARY}, it affects only the next procedure (@pxref{TEMPORARY}). -@node TEMPORARY, WEIGHT, SPLIT FILE, Data Selection +@node TEMPORARY @section TEMPORARY @vindex TEMPORARY @@ -249,7 +249,7 @@ The data read by the first @cmd{DESCRIPTIVES} are 4, 5, 8, 10.5, 13, 15. The data read by the first @cmd{DESCRIPTIVES} are 1, 2, 5, 7.5, 10, 12. -@node WEIGHT, , TEMPORARY, Data Selection +@node WEIGHT @section WEIGHT @vindex WEIGHT