Don Emmack <[email protected]> writes: > Its been years since using any stat package. Anyway, I have a short > survey [5 questions] with results from 54 respondents [T/F answers] > > Or, how to I make a data file with 54 T/F responses for 5 questions???
You could start by typing them in as a text file, one respondent per line, with commas between answers, e.g.: Bob Smith,T,F,F,F,T Jane Johnson,F,T,T,F,T This would be pretty easy to import into PSPP or pretty much any software. -- Ben Pfaff http://benpfaff.org _______________________________________________ Pspp-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-users
