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

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

PSPP-BUG: [bug #62995] CTABLES totals interaction with percentages


From: Ben Pfaff
Subject: PSPP-BUG: [bug #62995] CTABLES totals interaction with percentages
Date: Wed, 31 Aug 2022 21:03:10 -0400 (EDT)

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

                 Summary: CTABLES totals interaction with percentages
                 Project: PSPP
               Submitter: blp
               Submitted: Wed 31 Aug 2022 06:03:10 PM PDT
                Category: Other
                Severity: 5 - Average
                  Status: None
             Assigned to: blp
             Open/Closed: Open
                 Release: None
         Discussion Lock: Any
                  Effort: 0.00


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 31 Aug 2022 06:03:10 PM PDT By: Ben Pfaff <blp>
Using the nhtsa.sav example data, the following:


GET 'nhtsa.sav'.
compute sex = qns3a.
CTABLES
  /TABLE = Sex [COLPCT] BY region
  /CATEGORIES VARIABLES = region TOTAL = YES.


yields the following unexpected output (the total column should not be missing
values):


                     Custom Tables
╭────────┬────────────────────────────────────────────╮
│        │                   Region                   │
│       
├────────┬────────┬────────┬────────┬────────┤
│        │   NE   │   MW   │    S   │    W   │  Total │
│       
├────────┼────────┼────────┼────────┼────────┤
│        │Column %│Column %│Column %│Column %│Column %│
├────────┼────────┼────────┼────────┼────────┼────────┤
│sex 1.00│   43.1%│   43.5%│   45.8%│   46.1%│       .│
│    2.00│   56.9%│   56.5%│   54.2%│   53.9%│       .│
╰────────┴────────┴────────┴────────┴────────┴────────╯


Reported by Frans Houweling.







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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