Recently Published

Activity 3
A Demonstration of Principles of Exploratory Data Analysis for Data Science Using the Cleveland Heart Dataset: Part 2
In Part 2 of this EDA, missingness is explored using Amelia - II. This particular dataset did not contain missing values for imputation. A discussion regarding multiple imputation methods, such as MICE is included at the end of the notebook.
project1
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)
Document