Thus, I use
Code:
egen newvar = total(total) if inrange(date, mdy(10, 19, 2005), mdy(10, 9, 2006)), by(id)
And this code doesn't give me the desired outcome. It looks likes I bungled this code.
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.
egen newvar = total(total) if inrange(date, mdy(10, 19, 2005), mdy(10, 9, 2006)), by(id)
0 Response to Can anyone help me fix the problem of this egen code?
Post a Comment