bugPSPP - Bugs: bug #56626, Better way to decide upon output...

 
 

bug #56626: Better way to decide upon output format needed.

Submitter:  John Darrington <jmd>
Submitted:  Sat 13 Jul 2019 12:28:50 PM UTC
   
 
Category:  Output Driver Severity:  3 - Ordinary
Status:  None Assigned to:  None
Open/Closed:  Open Release:  None
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 13 Jul 2019 12:28:50 PM UTC, original submission:  

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.

John Darrington <jmd>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jmd (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code