msgid "Dependent variable must be numeric."
msgstr ""
+#: src/language/stats/regression.q:1320
+msgid "No valid data found. This command was skipped."
+msgstr ""
+
#: src/language/stats/sort-cases.c:63
msgid "Buffer limit must be at least 2."
msgstr ""
+2007-05-15 Jason Stover <jhs@math.gcsu.edu>
+
+ * regression.q (run_regression): Tell the user when the data
+ contain no valid cases.
+
2007-05-08 Jason Stover <jhs@math.gcsu.edu>
* regression.q: Partial fix of bug which caused a crash if
free (lopts.get_indep_mean_std);
casereader_destroy (r);
}
+ else
+ {
+ msg (SE, gettext ("No valid data found. This command was skipped."));
+ }
}
for (i = 0; i < n_variables; i++)
{