I am performing a t-test on two time intervals. The variables are formatted HHMM. The output displays as the unformatted SAS time: time Mean No 14859.2 Yes 28801.9 is there a way to get SAS to display the output in HHMM. format, so that the output would look like (and read as time, as in "4 hours and 7 minutes"): time Mean No 4:07 Yes 8:00 I'd rather not have to redo it by hand every time if possible. I have tried the FORMAT option on t-test but it had no effect. Thank you for any ideas.
... View more