pspp-dev
[Top][All Lists]
Advanced

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

Re: [bug #48040] GLM produces wrong output


From: John Darrington
Subject: Re: [bug #48040] GLM produces wrong output
Date: Sat, 28 May 2016 10:43:44 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, May 27, 2016 at 12:11:20PM -0500, Alan Mead wrote:
     
     
     From the output, it's possible this is all (or much) of the issue is due
     to the df being calculated wrong.  The error df somehow came out
     negative, which caused the error MS to be negative, which caused all the
     F's to be negative.

I had a brief look, and it seems that the first problem is the Mean Square Error
is negative.  If that is wrong, then almost everything else will be.
This comes from Jason's sweep operator.  Unfortunately Jason is no longer 
involved
in PSPP.
     

Let's start with a simpler example.  Can you tell me what SPSS does with this
syntax (using your original personality.sav):


GET FILE="personality.sav".

recode caution_score (lo thru 35=1) (36 thru hi=2) (missing=2) (else=copy) into 
x1.
recode extra_score (lo thru 31=1) (32 thru hi=2) (missing=2) (else=copy) into 
x2.
frequencies x1 x2.

GLM agree_score BY x1 x2.


     

-- 
Avoid eavesdropping.  Send strong encryted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

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