diff scripts/statistics/tests/t_test.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents ec8c33dcd1bf
children 8b0cfeb06365
line wrap: on
line diff
--- a/scripts/statistics/tests/t_test.m	Mon Oct 09 21:40:46 2006 +0000
+++ b/scripts/statistics/tests/t_test.m	Tue Oct 10 16:10:31 2006 +0000
@@ -45,7 +45,7 @@
 function [pval, t, df] = t_test (x, m, alt)
 
   if ((nargin < 2) || (nargin > 3))
-    usage ("[pval, t, df] = t_test (x, m, alt)");
+    print_usage ();
   endif
 
   if (! isvector (x))