I want to calculate the radicalness of patents, so I am working with the backward citation. To calculate the radicalness of patents I am using the OECD radicalness index, which is shown in the figure below. The radicalness of a patent is calculated by dividing the number of IPC codes by the number of all citations.
Array
I am working with the IPC classification data of patentsview and I am merging this dataset with the US patent citation data of patentsview to calculate the radicalness. The problem is that the IPC dataset gives multiple IPC codes for one patent_id. Therefore I can not merge the dataset with the us patent citation dataset. I need to have one IPC code for every patent, How can I achieve this? Attached is a part of my dataset of the IPC codes. I already did drop some variables which are not needed in the analysis. When I can merge the dataset with the US patent citation, I can calculate the radicalness. see picture below for a part of the data, which shows the problem.
Thanks in advance.
Array
Related Posts with Merging us patentsview with IPC codes, multiple ipc codes for one patent_id
Pseudo Panel Data and Mediation AnalysisDear Stata Experts I'm a PhD student, and I'd like to know how to use the codes to perform the Medi…
Adding rows under a variableStata command for adding rows lets say 10 rows under a variable which has fixed observations like 40…
Using cii proportions with loopHello, I am trying to compute confidence intervals for proportions (number of cases / total) on eac…
Please help cant work out how to t-test. Im new to stataHi guys I'm struggling to compare 2 different regions with a t-test. As seen from the screenshots I…
please help. making bar graph more simple with "over" optionsHi, guys. I'm a newcomers with stata, and there is some trouble in making bar graph. My data has 4…
Subscribe to:
Post Comments (Atom)
0 Response to Merging us patentsview with IPC codes, multiple ipc codes for one patent_id
Post a Comment