Hi all,
I have patent data where the date is given in DDMMYYY form. For example, 06jun2006. Any idea how to drop observations which, for example, are dated before 01jan2001? It is currently in int storage type (not sure if that is relevant).
Kind regards,
Chris
I have patent data where the date is given in DDMMYYY form. For example, 06jun2006. Any idea how to drop observations which, for example, are dated before 01jan2001? It is currently in int storage type (not sure if that is relevant).
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input float(uniquetardeal_id deal_id) double patent_tar int gdate_tar 1 1 7056957 16958 1 1 6491950 15684 1 1 6746691 16230 1 1 6020305 14641 1 1 6676967 16083 1 1 6596308 15908 1 1 7056494 16958 1 1 6155251 14949 1 1 6406715 15509 1 1 6818229 16391 end format %d gdate_tar
Chris
Comment