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

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

PSPP-BUG: (Output Driver) Improved reading tables in the output in plain


From: hughesr
Subject: PSPP-BUG: (Output Driver) Improved reading tables in the output in plain text
Date: Sat, 13 Dec 2014 11:54:28 -0300
User-agent: Roundcube Webmail/1.0.2

The output in plain text maintains a fixed width, causing the labels are stacked in two or more lines. This sometimes causes difficulty in reading the data at a glance.

A simple solution is to add a line in each row, which would help to easily identify each item.

Examples

Before

Valid cases = 17; cases with missing value(s) = 0.
+------------------------#--+-----+----------+----------+--------+------+------+
|Variable # N|Mean | S.E. Mean| Std. |Interval|Lower |Upper | | # | | | Deviation| | | |
#========================#==#=====#==========#==========#========#======#======#
|I am satisfied with the #17| 2,59| ,34| 1,42| 4,00| 1,00| 5,00| |level of service # | | | | | | | |The value for money was #17| 2,29| ,32| 1,31| 4,00| 1,00| 5,00| |good # | | | | | | | |The staff were slow in #17| 3,41| ,33| 1,37| 4,00| 1,00| 5,00| |responding # | | | | | | | |My concerns were dealt #17| 2,47| ,34| 1,42| 4,00| 1,00| 5,00| |with in an efficient # | | | | | | | |manner # | | | | | | | |There was too much noise#17| 2,00| ,28| 1,17| 4,00| 1,00| 5,00| |in the rooms # | | | | | | |
+------------------------#--+-----+----------+----------+--------+------+------+

After (Proposal)

Valid cases = 17; cases with missing value(s) = 0.
+--------------------------------------------------------------------------------------+
|Variable | N |Mean |S.E. Mean|Std. Deviation|Interval|Lower |Upper |
|===========================|==========================================================|
|I am satisfied with the | | | | | | | | |level of service | 17| 2,59| ,34| 1,42| 4,00| 1,00| 5,00|
|---------------------------|---|------|---------|--------------|--------|------|------|
|The value for money was | | | | | | | | |good | 17| 2,29| ,32| 1,31| 4,00| 1,00| 5,00|
|---------------------------|---|------|---------|--------------|--------|------|------|
|The staff were slow in | | | | | | | | |responding | 17| 3,41| ,33| 1,37| 4,00| 1,00| 5,00|
|---------------------------|---|------|---------|--------------|--------|------|------|
|My concerns were dealt | | | | | | | | |with in an efficient manner| 17| 2,47| ,34| 1,42| 4,00| 1,00| 5,00|
|---------------------------|---|------|---------|--------------|--------|------|------|
|There was too much noise | | | | | | | | |in the rooms | 17| 2,00| ,28| 1,17| 4,00| 1,00| 5,00|
+--------------------------------------------------------------------------------------+

BEFORE

Group Statistics
╔══════════════════════╤══╤══════╤══════════════╤═════════╗
║                gender│ N│ Mean │Std. Deviation│S.E. Mean║
╠══════════════════════╪══╪══════╪══════════════╪═════════╣
║High School GPA FEMALE│64│3.0061│         .6172│    .0772║
║                MALE  │41│2.7900│         .5607│    .0876║
║College GPA     FEMALE│64│3.0320│         .7034│    .0879║
║                MALE  │41│2.6727│         .7304│    .1141║
╚══════════════════════╧══╧══════╧══════════════╧═════════╝

AFTER

Group Statistics
╔══════════════════════╤═══╤══════╤══════════════╤═════════╗
║                Gender│  N│ Mean │Std. Deviation│S.E. Mean║
╠══════════════════════╪═══╪══════╪══════════════╪═════════╣
║High School GPA FEMALE│ 64│3.0061│         .6172│    .0772║
║                ──────┼───┼──────┼──────────────┼─────────╢
║                MALE  │ 41│2.7900│         .5607│    .0876║
╟──────────────────────┼───┼──────┼──────────────┼─────────╢
║College GPA     FEMALE│ 64│3.0320│         .7034│    .0879║
║                ──────┼───┼──────┼──────────────┼─────────╢
║                MALE  │ 41│2.6727│         .7304│    .1141║
╚══════════════════════╧═══╧══════╧══════════════╧═════════╝

Attachment: utf8-proposal.txt
Description: Text document

Attachment: Ascii-proposal.txt
Description: Text document


reply via email to

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