diff scripts/statistics/base/logit.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2a16423e4aa0
children 451b346d8c2f
line wrap: on
line diff
--- a/scripts/statistics/base/logit.m
+++ b/scripts/statistics/base/logit.m
@@ -31,7 +31,7 @@
   if (nargin == 1)
     y = logistic_inv (p);
   else
-    usage ("logit (p)");
+    print_usage ();
   endif
 
 endfunction
\ No newline at end of file