Recently Published
Challenge 2: NOAA Hurricane Data
This is a submission for Challenge 2 that has some basic summary statistics for the NOAA Hurricane dataset that is in dplyr
Homework_2_Regina_Rodriguez
Introduction
Data 607 Assignment 3B: Window Functions
Using window functions in R's dplyr package to calculate the year to date and six day moving averages of the Starbucks stock closing and adjusted closing prices.
Plot
boxplot of :
data("heptathlon", package = "HSAUR2")
> df = heptathlon
> head(df)
Week 3/4 - EDA Frameworks
Dplyr verbs review with the diamonds dataset along with the READY and SCAN frameworks.
LULU Stock Price Analysis
Week 2 Challenge - LULU stock price analysis