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.
Tuesday, June 21, 2022
gen id = _n
Dear All, Consider the following case,
Code:
clear
set seed 12345
set obs 20000000
gen id = _n
We can find that, say 1,999,925th to 1,999,929th observations do not have the corresponding `id' number. Any suggestions? Thanks.
No comments:
Post a Comment