Code:
ds, has(type string)
quietly foreach v in `r(varlist)'{
replace `v' = "" if inlist(`v', "n.a")
}Note: I have a lot of variables with different names (e.g. age, number of qualifications).
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.
ds, has(type string)
quietly foreach v in `r(varlist)'{
replace `v' = "" if inlist(`v', "n.a")
}
Where are user-written graph schemes stored (after installing them)?Where are user-written graph schemes stored (after installing them)? I installed the cleanplots sche…
Import delimited - not all observations importedI have a .txt file with 18 variables and 1,368,958 observations/lines with piping as a delimiter (|,…
How to random sample individual from the householdDear stata users
I'm currently working on the data which consists of households.
Individuals in the…
sem estat teffects and mi estimateI created a SEM model after mi impute the missing values, and when I applied estat teffects to the m…
Standardizing vs normalizing independent variablesHi, I need help with the following:
In my dataset, I have two independent variables A and B. A is t…
0 Response to Cleaning the "n.a" in my dataset using Stata
Post a Comment