Publications by MSDS 6372: Jacob Turner: Student: Jessica McPhaul link:
Project-1-6372-Life_Expectancy_Analysis
Link2Project ##RPubs RPubs Part A: Initial Exploration & Introduction to Dataset Dataset Composition Observations: 2,848 entries spanning from 2000 to 2015. Variables: 23, including both health-related and economic indicators. Data Types: Combination of categorical (Country, Region) and numerical (health indicators, economic measures). Year C...
21713 sym R (454184 sym/222 pcs) 14 img
finishing
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. Part A 1. Library Optimization library(readr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'packag...
826 sym R (265526 sym/200 pcs) 14 img
just add annotations
Part A Library Optimization library(readr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(ggplot2) library(plotly) ## ## Attaching package: 'plo...
3872 sym R (292979 sym/233 pcs) 13 img
tuning
Part A Library Optimization library(readr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(ggplot2) library(plotly) ## ## Attaching package: 'plo...
3871 sym R (292621 sym/232 pcs) 13 img
transformation in progress
Part A 1. Library Optimization library(readr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(ggplot2) library(plotly) ## ## Attaching package: 'p...
3337 sym R (264285 sym/223 pcs) 8 img
6372 Project 1 - Deep Dive Into Life Expectancy
library(readr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(ggplot2) library(plotly) ## ## Attaching package: 'plotly' ## The following object i...
3063 sym R (261064 sym/204 pcs) 8 img