I have a question about trying to drop those rows that are empty in all the variables of my dataset.
I understand this problem can be solved with:
Code:
drop if missing(var1) & missing(var2) & missing(var3)
Thanks.
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.
drop if missing(var1) & missing(var2) & missing(var3)
0 Response to Drop rows that are empty in all variables
Post a Comment