pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

oneway Anova


From: Ryan Mann
Subject: oneway Anova
Date: Fri, 03 Feb 2006 21:32:11 -0500

Hello again. Now that I'm getting the idea of entering data into PSPP, I'm trying to do a one-way anova. When I use the oneway command, I get a syntax error. What am I doing wrong? The code is below.
data list list /mood (a10) score *.
begin data.
good 18
good 13
good 11
good 15
good 15
good 16
bad 11
bad 15
bad 11
bad 13
bad 17
bad 16
end data.
split file by mood.
descriptives score.
oneway /variables=good,bad by mood.

--
Email services by FreedomBox. Surf the Net at the sound of your voice. www.freedombox.info




reply via email to

[Prev in Thread] Current Thread [Next in Thread]