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

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

PSPP-BUG: [bug #56626] Better way to decide upon output format needed.


From: John Darrington
Subject: PSPP-BUG: [bug #56626] Better way to decide upon output format needed.
Date: Sat, 13 Jul 2019 08:28:52 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

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

                 Summary: Better way to decide upon output format needed.
                 Project: PSPP
            Submitted by: jmd
            Submitted on: Sat 13 Jul 2019 02:28:50 PM CEST
                Category: Output Driver
                Severity: 3 - Ordinary
                  Status: None
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

The following:

DATA LIST notable LIST /when (DATETIME17).
begin data.
"19-01-2019 20:00"
"19-01-2019 21:00"
end data.

DESCRIPTIVES
    /VARIABLES = when
    /STATISTICS = MEAN,STDDEV,RANGE,MIN,MAX.

produces a result similar to:

     │N│  Mean  │Std Dev│ Range │Minimum          │Maximum        
 
 when│2│1.4E+010│2545.58│3600.00│19-JAN-2019 20:00│19-JAN-2019
21:00


The formats for N, Minimum and Maximum are reasonable, but those for
Mean,Std Dev and Range are not meaningful.
Mean should assume the same format as the variable, and (in this case)
Range and Std Dev should be of TIME (not DATETIME) format.

In general a more intellegent method of assigning formats in the output
needs to be worked out.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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