[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #56485] In Crosstabulations, Missing categories are not p
From: |
elias tsolis |
Subject: |
PSPP-BUG: [bug #56485] In Crosstabulations, Missing categories are not printed even if this is explicity set in syntax |
Date: |
Wed, 12 Jun 2019 20:17:51 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36 |
URL:
<https://savannah.gnu.org/bugs/?56485>
Summary: In Crosstabulations, Missing categories are not
printed even if this is explicity set in syntax
Project: PSPP
Submitted by: estatistics
Submitted on: Thu 13 Jun 2019 12:17:50 AM UTC
Category: Syntax Parser
Severity: 5 - Average
Status: None
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: None
Effort: 0.00
_______________________________________________________
Details:
In Crosstabus, Missing categories are not printed even if this is explicity
set in syntax
So you have some data: e.g.
var1 <- c1 c1 c1 c2 c2 c2
var2 <- d1 d1 d1 d1 d1 d1
d2 dont exist in data, but it exists as category in data labels.
PSPP will not print it and will omit it!
However, when you are a statistician, and you would like to process multiple
tables, this is awful, because you must searching which categories are missing
per individual table...
This is taking huge amount of time! However, if even the missing category was
printed... voila! All tables can be arrange easily in calc sheet... and you
can make beautiful graphs to display their percentages....
e.g.
CROSSTABS
/TABLES= var1 BY var2
/MISSING=INCLUDE
/FORMAT=TABLES
/STATISTICS=CHISQ
/CELLS=TOTAL.
Sincerely,
Elias Tsolis
Statistician
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?56485>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- PSPP-BUG: [bug #56485] In Crosstabulations, Missing categories are not printed even if this is explicity set in syntax,
elias tsolis <=