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.
Monday, July 29, 2019
Combine multiple columns into one
Hi all,
If there is a loop like following:
Code:
forv y = 2009/2012 {
forv p = 1/20 {
egen `y'_`p' = mean(var) if year == `y' & portfolio == `p'
}
}
is there a way to combine `y'_`p' into a single column?
No comments:
Post a Comment