pspp-users
[Top][All Lists]
Advanced

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

linear regression


From: Bob Earl
Subject: linear regression
Date: Mon, 23 Jun 2014 17:26:01 +0200

Dear PSPP-Users,

I am having trouble with the linear regression command.

Using the following syntax works fine:
REGRESSION
        /VARIABLES= var1
        /DEPENDENT=     var2
        /STATISTICS=COEFF R ANOVA
        /SAVE= PRED RESID.

PSPP creates the two new variables as expected. However, if I leave out either 
PRED or RESID (and keep the other-one in), PSPP will crash. I tried this across 
several data sets.

I am using PSPP 0.8.3 on Win7.

Best regards,
Bob.




reply via email to

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