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.
Wednesday, January 27, 2021
String Handling
How do I remove trailing spaces for all variables in Stata at once? I know that I can remove spaces for one variable at a time as follows:
Code:
replace Var1 = trim(Var1)
But this becomes difficult when I have 100 variables.
No comments:
Post a Comment