dse <[email protected]> writes: > Here is my data file, its giving me the warning, " survey.syn:3: > warning: (columns 1-0, F field) Field contents are not numeric." > > ================== > DATA LIST LIST /Q1 Q2 Q3 Q4 Q5.
This says that each line of data has five comma- or space-separated variables, named Q1 through Q5, with numeric values. > BEGIN DATA. > Q1,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,TRUE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,TRUE,FALSE,TRUE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,TRUE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE This line of data has many more than five values, and none of them are numeric. -- Ben Pfaff http://benpfaff.org _______________________________________________ Pspp-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-users
