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
Count number of individuals that gave an answer in a questionnarieI would like to know the code to know the number of individuals (each individuak is identified by th…
Cox proportional testmy proportional-hazard assumption test based on Global test derived from Schoenfeld residuals was si…
Relative risk ratios and their CIs from teffects psmatchI am trying to work out relative risk ratios from the ATET result on a binary outcome in teffects ps…
Replace a observation by a missing valueI would like to know the command to replace the observations where it is written "refusal" and "don´…
Distinct occurrences of variable value within each individual in a panelThe server I’m working on does not allow me to install -dataex-, so I apologize for the lack of stan…
Subscribe to:
Post Comments (Atom)
0 Response to Truncating numerical dates to years
Post a Comment