Basic Guide to Git and Github

I want to quickly go over the basic steps to get git and github working. Years ago l wrote on one of the version control softwares subversion which you can find somewhere on my blog. Version control software are critical in many situations and git is free software you can install on your laptop to […]

Read More

R Programming-Find Mean, Complete Cases, And Correlation of Pollutants in File Data

In this post, I am going to show functions that l have written to work on a data in files which contain observation of pollutants monitored at different locations. The data is a .csv file and there are 332 monitors which are set up at different locations. Sample of data looks like below “Date”,”sulfate”,”nitrate”,”ID” “2003-01-01”,NA,NA,1 […]

Read More