github repo for rest of specialization: Data Science Coursera
R was developed by statisticians working at...
The University of Auckland
github repo for rest of specialization: Data Science Coursera
R was developed by statisticians working at...
The University of Auckland
library(dplyr) | |
library(reshape2) | |
library(stringr) | |
library(ggplot2) | |
library(RColorBrewer) | |
# options(stringsAsFactors = FALSE) | |
options("scipen"=100, "digits"=4) | |
salaries <- read.csv("faculty-salaries-2013-14.csv") |