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, April 22, 2019
split string+numeric
Dear all, How can I split x into x1 and x2 below?
Code:
* Example generated by -dataex-. To install: ssc install dataex
clear
input str12 x str10 x1 float x2
"AA1234" "AA" 1234
"B56" "B" 56
"CCC987" "CCC" 987
end
No comments:
Post a Comment