bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: [bug #60982] Results for ASRESID in CROSSTABS incorrect. 1.4.1


From: anonymous
Subject: PSPP-BUG: [bug #60982] Results for ASRESID in CROSSTABS incorrect. 1.4.1
Date: Wed, 28 Jul 2021 10:08:46 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0

URL:
  <https://savannah.gnu.org/bugs/?60982>

                 Summary: Results for ASRESID in CROSSTABS incorrect.  1.4.1
                 Project: PSPP
            Submitted by: None
            Submitted on: Wed 28 Jul 2021 02:08:44 PM UTC
                Category: Numerical Errors
                Severity: 5 - Average
                  Status: None
             Assigned to: None
             Open/Closed: Open
                 Release: None
         Discussion Lock: Any
                  Effort: 0.00

    _______________________________________________________

Details:

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.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60982>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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