Fixed a bug in the levene test, and added the levene test to the oneway cmd
[pspp] / src / correlations.q
index 5b4fc2b38b7ea45199dcee5c7d37c571b0f2e36e..4c9f74b7f3344f5a5e32fdcbe70045bf679a9c45 100644 (file)
@@ -72,9 +72,6 @@ internal_cmd_correlations (void)
   cor_list = cor_last = NULL;
   matrix_file = NULL;
 
-  lex_match_id ("PEARSON");
-  lex_match_id ("CORRELATIONS");
-
   if (!parse_correlations (&cmd))
     return CMD_FAILURE;
   free_correlations (&cmd);