I am currently trying to run the following loop:
Code:
forvalues i = 5152/5172 { egen tag_`i' = tag(prod_`i’ investorid) if prod_`i’==1 }
Code:
egen tag = tag(prod_5152 investorid) if prod_5152==1
Thanks,
Andy
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
forvalues i = 5152/5172 { egen tag_`i' = tag(prod_`i’ investorid) if prod_`i’==1 }
egen tag = tag(prod_5152 investorid) if prod_5152==1
0 Response to Loop error: "{ required"
Post a Comment