The change affects plots "using (column(n))" "using ($n)" "using 'colheader_of_n'" and other simple expression evaluations that try to use a missing data column value. Until now the "missing" flag only worked for input via "using n", i.e. no implied expression evaluation.
This was implied (and indeed intended) in the description of changes between version 4 and version 5. Unfortunately the 4->5 change only dealt with Inf, NaN, and junk data values, not the explicit missing data flag. No change to the documentation but now the program acts more closely to its description.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fixed in CVS for both 5.0 and 5.1
The change affects plots "using (column(n))" "using ($n)" "using 'colheader_of_n'" and other simple expression evaluations that try to use a missing data column value. Until now the "missing" flag only worked for input via "using n", i.e. no implied expression evaluation.
This was implied (and indeed intended) in the description of changes between version 4 and version 5. Unfortunately the 4->5 change only dealt with Inf, NaN, and junk data values, not the explicit missing data flag. No change to the documentation but now the program acts more closely to its description.