Recently Published
test publsih RPubs
week1
Weight Lifting Exercise (WLE) Classification Report
Course excercise on the JHU datascience specialization
Word Prediction
Capstone Project for Data Science Specialization
DATA607_Assignment9_webAPIs
The New York Times web site provides a rich set of APIs, as described here: https://developer.nytimes.com/apis
You’ll need to start by signing up for an API key.
Your task is to choose one of the New York Times APIs, construct an interface in R to read in the JSON data, and
transform it into an R DataFrame.
Data distribution
#Plotting histograms to see distribution.
#Tests of normality when histograms are insufficient
#Mutate to create a new column with average of two other columns
#Making prettier ggplots
#kolmogorov smirnof test
#QQplot