X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ftransformation.texi;h=e10cf8374fc16c4a37810c976568b91b5e950e37;hb=71aaffe9a804b9c20066c6863215e09b0658ae23;hp=ae07524ef30888e28adf4a10d4ca5390370bf95a;hpb=ae53f770d61c40ad26d7f2b240e311bd80f5a30b;p=pspp diff --git a/doc/transformation.texi b/doc/transformation.texi index ae07524ef3..e10cf8374f 100644 --- a/doc/transformation.texi +++ b/doc/transformation.texi @@ -1,3 +1,12 @@ +@c PSPP - a program for statistical analysis. +@c Copyright (C) 2017 Free Software Foundation, Inc. +@c Permission is granted to copy, distribute and/or modify this document +@c under the terms of the GNU Free Documentation License, Version 1.3 +@c or any later version published by the Free Software Foundation; +@c with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. +@c A copy of the license is included in the section entitled "GNU +@c Free Documentation License". +@c @node Data Manipulation @chapter Data transformations @cindex transformations @@ -304,7 +313,8 @@ When @cmd{COMPUTE} is specified following @cmd{TEMPORARY} @vindex COUNT @display -COUNT @var{var_name} = @var{var}@dots{} (@var{value}@dots{}). +COUNT @var{var_name} = @var{var}@dots{} (@var{value}@dots{}) + [/@var{var_name} = @var{var}@dots{} (@var{value}@dots{})]@dots{} Each @var{value} takes one of the following forms: @var{number} @@ -672,7 +682,7 @@ recode @end example @noindent Here we have two recodings. The first affects the source variable @var{a} and recodes in-place the value 2 into 22 and all other values to 99. -The second recoding copies the values of @var{b} into the the variable @var{z}, +The second recoding copies the values of @var{b} into the variable @var{z}, changing any instances of 1 into 3. @node SORT CASES