AKRAM HUSSAIN KHANAutomating Data Collection from KoboToolbox to Google Sheets and saving files to Google DriveIntroduction: In many data collection scenarios, especially in field research, automating the flow of data from collection tools like…6d ago6d ago
AKRAM HUSSAIN KHANHow to see the Male , Female counts of a household in STATASuppose We did a survey of some household. Each Household has unique number. Now I wan to see how many males and females are in the…Dec 1, 2023Dec 1, 2023
AKRAM HUSSAIN KHANHow to check if the variables are same or not in two dataset ?Suppose we have a data set like this.Nov 1, 2023Nov 1, 2023
AKRAM HUSSAIN KHANHow to rename all the variable names in STATA at once?Suppose we have a data set like below.Nov 1, 2023Nov 1, 2023
AKRAM HUSSAIN KHANImputing missing values of all numeric variable at once in RSuppose we have a dataset which contains missing values. We have to impute missing values for our analysis. If we do it one by one it will…Sep 2, 2023Sep 2, 2023
AKRAM HUSSAIN KHANGroupwise missing value imputations in rNormally we do impute missing values by mean and the mean is the average of the whole column or variable. But it is not a good practice…Jan 30, 2023Jan 30, 2023
AKRAM HUSSAIN KHANMutate a column based on different units of measurement in r!Suppose in my data frame I have a column named price. And it is in character format and has two different units lakh and Thousand. We have…Jan 28, 2023Jan 28, 2023
AKRAM HUSSAIN KHANExtracting numbers from a column in r?Sometimes we have columns with numbers and text, and we want to delete the text. So that we can make the column numeric, we can do this in…Jan 26, 2023Jan 26, 2023
AKRAM HUSSAIN KHANtmap mode set to plotting Error in switch(level, country = { : EXPR must be a length 1 vectorActually, this is an error that occurred when working with bangladesh package in r. I am writing this because this package is new and I…Jan 24, 2023Jan 24, 2023
AKRAM HUSSAIN KHANFiltering a data frame based on the top 5 categories in a column in r?We need to filter our data set at maximum times based on some criteria. Now, what if the criteria are the top 5 categories of a column!!Jan 22, 2023Jan 22, 2023