GLM: Disable the interactions option until it actually gives the right results
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 28 Aug 2011 12:01:51 +0000 (14:01 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 28 Aug 2011 12:01:51 +0000 (14:01 +0200)
src/language/stats/glm.c

index f8a7f133cc254d19493c8856f16a656bee4ad935..6401defdeac8774daaf43d906819fa0d27e1650c 100644 (file)
@@ -723,7 +723,7 @@ parse_design_interaction (struct lexer *lexer, struct glm_spec *glm, struct inte
 
   if ( lex_match (lexer, T_ASTERISK) || lex_match (lexer, T_BY))
     {
-      // lex_error (lexer, "Interactions are not yet implemented"); return false;
+      lex_error (lexer, "Interactions are not yet implemented"); return false;
       return parse_design_interaction (lexer, glm, iact);
     }