diff scripts/statistics/models/logistic_regression.m @ 11472:1740012184f9

Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author Rik <octave@nomad.inbox5.com>
date Sun, 09 Jan 2011 21:33:04 -0800
parents d1978e7364ad
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/statistics/models/logistic_regression.m
+++ b/scripts/statistics/models/logistic_regression.m
@@ -96,7 +96,7 @@
   endif;
   [mx, nx] = size (x);
   if (mx != my)
-    error ("logistic_regression: x and y must have the same number of observations");
+    error ("logistic_regression: X and Y must have the same number of observations");
   endif
 
   ## initial calculations