今天看啥  ›  专栏  ›  momo

Stata学习:如何构建美国发明者企业核心变量?

momo  · 知乎专栏  ·  · 2024-06-02 22:22
    

文章预览

文献来源 Core inventor is a binary variable measuring whether an inventor has patented in the firm’s core technology (most frequent patent class observed in incumbent firm) in the observation year. Scoresby, R. B., Park, H. (2021).The joint effects of individual and firm level knowledge attributes on inventor mobility to entrepreneurial and established firms. Journal of Business Research, 133, 218–230. 数据来源 清洗数据 cd C : \ Download u id_inventor_id , clear merge 1 : 1 id using id_ipc_class , nogen merge 1 : 1 id using id_appyear , nogen g j = substr ( ip , 1 , 1 ) sa _1 , replace * u _1 , clear su a , d loc m = r ( min ) loc n = r ( max ) forv i = ` m '/`n' { u _1 , clear keep if a = ` i ' keep inv j duplicates drop g year = ` i ' sa _ ` i ', replace } clear forv i = ` m '/`n' { ap using _ ` i ' } g A = 1 compres ………………………………

原文地址:访问原文地址
快照地址: 访问文章快照
总结与预览地址:访问总结与预览