Each of these commands reads two or more input files and combines them.
The command's output becomes the new active dataset.
None of the commands actually change the input files.
-Therefore, if you want the changes to become permanant, you must explictly
+Therefore, if you want the changes to become permanent, you must explicitly
save them using an appropriate procedure or transformation (@pxref{System and Portable File IO}).
The syntax of each command begins with a specification of the files to
@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
msg (SW, _("Variables %s and %s specified as part of "
"multiple dichotomy group %s (which has "
"CATEGORYLABELS=COUNTEDVALUES) have the same "
- "value label for the the group's counted "
+ "value label for the group's counted "
"value. These categories will not be "
"distinguishable in output."),
other_name, name, mrset->name);
*/
msg (SW,
gettext
- ("The dependent variable is equal to the independent variable."
- "The least squares line is therefore Y=X."
+ ("The dependent variable is equal to the independent variable. "
+ "The least squares line is therefore Y=X. "
"Standard errors and related statistics may be meaningless."));
n_indep_vars = 1;
indep_vars[0] = cmd->vars[0];
/* Return the Z statistic representing the assympototic
- distribution of the the number of runs */
+ distribution of the number of runs */
static double
runs_statistic (const struct run_state *rs)
{
}
casegrouper_destroy (grouper);
if (multimodal)
- msg (MW, _("Multiple modes exist for varible `%s'. Using %g as the threshold value."),
+ msg (MW, _("Multiple modes exist for variable `%s'. Using %g as the threshold value."),
var_get_name (var), run->cutpoint);
}
}
/* Width of the categorical variable */
int gvw ;
- /* The value deviding the the groups. Valid only for dichotomous categorical variable.*/
+ /* The value dividing the groups. Valid only for dichotomous categorical variable.*/
const union value *cutpoint;
mrsets.sps:34: warning: MRSETS: Variable x specified as part of multiple dichotomy group $c (which has CATEGORYLABELS=COUNTEDVALUES) has no value label for its counted value. This category will not be distinguishable in output.
-mrsets.sps:34: warning: MRSETS: Variables y and z specified as part of multiple dichotomy group $c (which has CATEGORYLABELS=COUNTEDVALUES) have the same value label for the the group's counted value. These categories will not be distinguishable in output.
+mrsets.sps:34: warning: MRSETS: Variables y and z specified as part of multiple dichotomy group $c (which has CATEGORYLABELS=COUNTEDVALUES) have the same value label for the group's counted value. These categories will not be distinguishable in output.
mrsets.sps:38: warning: MRSETS: MDGROUP subcommand for group $d specifies LABELSOURCE=VARLABEL but not CATEGORYLABELS=COUNTEDVALUES. Ignoring LABELSOURCE.