Jason Stover <[EMAIL PROTECTED]> writes: > I was about to work on missing values in the regression procedure. Are the > routines to handle system missing values within a procedure > in src/missing-values.* or src/mis-val.* ? > > I gathered I should look in missing-values.* but wanted to be sure.
mis-val.c just implements the MISSING VALUES and ADD MISSING VALUES commands. It doesn't contain anything useful from other code. You want missing-values.[ch]. (The file naming is unfortunate and confusing.) -- "doe not call up Any that you can not put downe." --H. P. Lovecraft _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
