Hi. I'm not that experienced at doing analysis with dates/times. I just want to make sure I'm interpreting the below 4:9 and 1:2 correctly. I have formatted the output for minutes:seconds and at first I thought the 9 in 4:9 was an implausible value. I checked my code and everything looks good. So now I'm thinking the 4:9 actual means 4 minutes and 9 seconds. Can I get confirmation that if there is a single digit second the 0 before the number does not show? That is, the time is really 4:09 but the 0 before the 9 is not displayed. Similarly am I right in thinking the 1:2 for the standard error would mean 1 minute 2 seconds and not 20 seconds (2:50 has 50 seconds displayed so I think I'm onto something). Thank you in advance for your help. Christy
mean ptrecdiff, cformat(%tCmm:ss) over(stood)
Mean estimation Number of obs = 71
_subpop_1: stood = A. sat
_subpop_2: stood = B. stood
--------------------------------------------------------------
Over | Mean Std. Err. [95% Conf. Interval]
-------------+------------------------------------------------
ptrecdiff |
_subpop_1 | 4:9 1:22 1:25 6:53
_subpop_2 | 2:50 1:2 0:45 4:56
--------------------------------------------------------------
mean ptrecdiff, cformat(%tCmm:ss) over(stood)
Mean estimation Number of obs = 71
_subpop_1: stood = A. sat
_subpop_2: stood = B. stood
--------------------------------------------------------------
Over | Mean Std. Err. [95% Conf. Interval]
-------------+------------------------------------------------
ptrecdiff |
_subpop_1 | 4:9 1:22 1:25 6:53
_subpop_2 | 2:50 1:2 0:45 4:56
--------------------------------------------------------------
Comment