bugPSPP - Bugs: bug #60982, Results for ASRESID in CROSSTABS...

 
 

bug #60982: Results for ASRESID in CROSSTABS incorrect. 1.4.1

Submitter:  None
Submitted:  Wed 28 Jul 2021 02:08:44 PM UTC
   
 
Category:  Numerical Errors Severity:  5 - Average
Status:  Fixed Assigned to:  None
Open/Closed:  Closed Release:  None
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 05 Apr 2022 02:49:32 PM UTC, comment #1: 

Thanks for the report. I checked in a fix.

Ben Pfaff <blp>
Group administrator
Wed 28 Jul 2021 02:08:44 PM UTC, original submission:  

PSPP on Windows via pspp4windows. GNU pspp 1.4.1-g79ad47 .  As far as I can tell, the results for ASRESID in a CROSSTABS call return results that are far from what is expected. For example, in the following, SPSS, SAS, and R, give asresid for row 2 and 3 with absolute values > 2. PSPP returns values with absolute values < 1.

NEW FILE.
DATASET CLOSE ALL.
DATA LIST LIST / r c n.
BEGIN DATA
1 1 26
1 2 31
2 1 12
2 2 32
3 1 27
3 2 18
4 1 8
4 2 7
END DATA.
WEIGHT by n.
CROSSTABS r by c /STATISTICS=CHISQ
/CELLS=COUNT EXPECTED RESID SRESID ASRESID.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by blp (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-04-05 blp StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code