/* PSPP - a program for statistical analysis.
- Copyright (C) 2009, 2010, 2011, 2013 Free Software Foundation, Inc.
+ Copyright (C) 2009, 2010, 2011, 2013, 2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
}
}
}
+ else if (lex_match_id (lexer, "STATISTICS"))
+ {
+ lex_match (lexer, T_EQUALS);
+ msg (SW, _("The STATISTICS subcommand is not yet implemented. "
+ "No statistics will be produced."));
+ while (lex_match (lexer, T_ID))
+ continue;
+ }
else
{
lex_error (lexer, NULL);
/VARIABLES=var2 var6 var8 var15 var17 var19
/SCALE('Totals') var6 var8 var15 var17
/SUMMARY = total
+ /STATISTICS = DESCRIPTIVES COVARIANCES
.
/VARIABLES=var6 var8 var15 var17
.
])
-AT_CHECK([pspp -o pspp.csv reliability.sps])
+AT_CHECK([pspp -o pspp.csv reliability.sps], [0],
+ [reliability.sps:174: warning: RELIABILITY: The STATISTICS subcommand is not yet implemented. No statistics will be produced.
+])
AT_CHECK([cat pspp.csv], [0], [dnl
Scale: Everything
,Unequal Length,,.75
Guttman Split-Half Coefficient,,,.75
+reliability.sps:174: warning: RELIABILITY: The STATISTICS subcommand is not yet implemented. No statistics will be produced.
+
Scale: Totals
Table: Case Processing Summary