Hi everyone,
I have a problem with date formatting in stata. I have a variable called "t", which is a float variable, in %tm format
When I apply the summarize command to obtain my `min` and my `max`, I obtain a number instead of a date format value (in my case: 706 and 737).
Does anyone know how I can get this in date format please?
Thank you in advance.
Michael
I have a problem with date formatting in stata. I have a variable called "t", which is a float variable, in %tm format
When I apply the summarize command to obtain my `min` and my `max`, I obtain a number instead of a date format value (in my case: 706 and 737).
Code:
summarize t Variable | Obs Mean Std. dev. Min Max -------------+--------------------------------------------------------- t | 2,218,628 722.5383 9.279051 706 737
Thank you in advance.
Michael
Comment