I am trying to merge a few datasets, and one of them uses very specific date information in a format that is not, as far as I understand, legible to STATA as a date.
Specifically, the observations look like this:
start end
19460101 19461129
19460102 19460415
19460119 19460509
19460305 19460331
It is YYYYMMDD, such that 19460101 translates to January 1st, 1946.
The trouble with this is that the other data sets do not use this specific format, and indeed, I'd rather just use year.
Is there a way to generate new variables "start_year" and "end_year" such that they only include the first 4 digits of "start" and "end" respectively?
Related Posts with Truncating numerical dates to years
Key Variables - Different Lengths: Need to Correct or RecreateGood evening - I am appending / pooling recent surveys from a number of countries. I realized that t…
looking for helpDear all, I am doing my thesis using ivregress 2sls. I face problem to export the first stage result…
Problems with country sector fixed effectsDear all, I have a problem with my stata commands. I am estimating the effect of a gender wage gap …
Loading HCUP data onto STATA15 IC Software?I'm trying to open my KID 2016 data onto STATA IC15 software using the Load Program, but I'm unable …
RDD GeographicHello! I'd like to work with RDD geographic, but i don't find nothing in stata' help about the prog…
Subscribe to:
Post Comments (Atom)
0 Response to Truncating numerical dates to years
Post a Comment