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
Multiple RegressionHello guys, I will run the multiple regression and calculate the expected number of children EVER BO…
Graph export to a specific folderHi all, May I know how to export a graph as .png to a specific folder? The default location is the …
Need help to add observations for each category.Hi Everyone, I am trying to find the total of the variables in stata but keep getting error message…
how to combine (as in overlap) multiple catplots?Hi Guys, Hope you're all well. Code: catplot letter if 2020dummy==1, percent hor var1opts(sort(1)…
Meta - Forest plot - How do we get high-res figures in large meta-analyses?Dear statalisters, -meta- with the option forestplot is capable of producing great forest plots, wh…
Subscribe to:
Post Comments (Atom)
0 Response to Merging us patentsview with IPC codes, multiple ipc codes for one patent_id
Post a Comment